Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ UnauthorizedException
Class
UnauthorizedException
src/core/exception/exceptions.py:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
class
UnauthorizedException(DomainException):
67
def
type(self) -> str:
68
return
"unauthorized"
69
70
def
code(self) -> int:
71
return
401
72
73
74
class
UnprocessableEntityException(DomainException):
Callers
6
dispatch
Method · 0.90
dispatch
Method · 0.90
get_auth_state
Function · 0.90
refresh
Method · 0.90
login
Method · 0.90
refresh
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected