()
| 11 | type StatusError interface { |
| 12 | error |
| 13 | Code() int32 // Get error code |
| 14 | Msg() string // Get error message |
| 15 | Extra() map[string]string // Get extra information |
| 16 | Params() map[string]any // Get template parameters |
nothing calls this directly
no outgoing calls
no test coverage detected