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

Class UnprocessableEntityException

src/core/exception/exceptions.py:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74class UnprocessableEntityException(DomainException):
75 def type(self) -> str:
76 return "unprocessable"
77
78 def code(self) -> int:
79 return 422
80
81
82class ForbiddenException(DomainException):

Callers 3

signupMethod · 0.90
confirm_userMethod · 0.90
createMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected