Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ APIError
Class
APIError
src/models.py:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
284
# Error Models
285
class
APIError(BaseModel):
286
message: str
287
type: str =
"api_error"
288
code: Optional[int] = None
289
290
291
class
ErrorResponse(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected