APIError is the error structure for the API.
| 8 | |
| 9 | // APIError is the error structure for the API. |
| 10 | type APIError struct { |
| 11 | Code string `json:"code"` |
| 12 | Message string `json:"message"` |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected