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

Class FailureException

src/core/exception/exceptions.py:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class FailureException(DomainException):
51 def type(self) -> str:
52 return "failure"
53
54 def code(self) -> int:
55 return 422
56
57
58class FailedException(DomainException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected