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

Method code

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

Source from the content-addressed store, hash-verified

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