Searched defs:APIError (Results 1 – 1 of 1) sorted by relevance
43 type APIError struct { struct44 Service string45 Detail string46 Code int32 // API-specific error code49 func (e *APIError) Error() string {69 func (e *APIError) IsTimeout() bool {