textoutpc.errors – Error definitions#
- exception textoutpc.errors.TagValidationError(message: str = '', *args, **kwargs)#
Bases:
Error,ValueErrorA tag validation has failed for an unknown error.
- message#
- args#
- kwargs#
- exception textoutpc.errors.MissingValue(message: str = '', *args, **kwargs)#
Bases:
TagValidationErrorA value should have been provided, and wasn’t.
- args#
- kwargs#
- message#
- exception textoutpc.errors.UnexpectedValue(message: str = '', *args, **kwargs)#
Bases:
TagValidationErrorNo value should have been provided, but one was.
- args#
- kwargs#
- message#
- exception textoutpc.errors.InvalidValue(message: str = '', *args, **kwargs)#
Bases:
TagValidationErrorAn invalid value was provided.
- args#
- kwargs#
- message#
- exception textoutpc.errors.AlreadyRegistered(*, names: set[str])#
Bases:
Error,ValueErrorThe tag name was already registered.
- exception textoutpc.errors.ChildNotFound(message: str | None = None, /)#
Bases:
Error,ValueErrorThe child was already found.
- exception textoutpc.errors.TooManyChildren(message: str | None = None, /)#
Bases:
Error,ValueErrorToo many children were found for the given filters.