Error imagor error convention
| 55 | |
| 56 | // Error imagor error convention |
| 57 | type Error struct { |
| 58 | Message string `json:"message,omitempty"` |
| 59 | Code int `json:"status,omitempty"` |
| 60 | } |
| 61 | |
| 62 | type timeoutErr interface { |
| 63 | Timeout() bool |
nothing calls this directly
no outgoing calls
no test coverage detected