MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / code

Method code

src/core/exception/exceptions.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return "failed"
61
62 def code(self) -> int:
63 return 422
64
65
66class UnauthorizedException(DomainException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected