MCPcopy 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
66class UnauthorizedException(DomainException):
67 def type(self) -> str:
68 return "unauthorized"
69
70 def code(self) -> int:
71 return 401
72
73
74class UnprocessableEntityException(DomainException):

Callers 6

dispatchMethod · 0.90
dispatchMethod · 0.90
get_auth_stateFunction · 0.90
refreshMethod · 0.90
loginMethod · 0.90
refreshMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected