Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ JsonApiError
Class
JsonApiError
src/core/http/response/response.py:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
class
JsonApiError(BaseModel):
29
id: str | None = None
30
status: int
31
code: str | None = None
32
title: str
33
detail: str | list[str] | None = None
34
source: dict[str, Any] | None = None
35
36
37
class
RelationshipType(str, Enum):
Callers
2
error
Method · 0.90
error
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected