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

Method code

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

Source from the content-addressed store, hash-verified

68 return "unauthorized"
69
70 def code(self) -> int:
71 return 401
72
73
74class UnprocessableEntityException(DomainException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected