ErrorCode defines a string type to represent specific error codes used in the API.
| 25 | |
| 26 | // ErrorCode defines a string type to represent specific error codes used in the API. |
| 27 | type ErrorCode string |
| 28 | |
| 29 | // Predefined error codes to represent different error conditions. |
| 30 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected