UnknownUserError#
- exception controller.exceptions.UnknownUserError(message, location=None, field_path=None)#
 Bases:
ClientRequestErrorNo resource has been created for this user.
- Parameters:
 
- error: ClassVar[str] = 'unknown_user'#
 Used as the
typefield of the error message.Should be overridden by any subclass.
- status_code: ClassVar[int] = 404#
 HTTP status code for this type of validation error.