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

Class FailedException

src/core/exception/exceptions.py:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class FailedException(DomainException):
59 def type(self) -> str:
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