dryparse.errors

All errors that can be raised directly by dryparse.

exception DryParseError

Base class for all dryparse exceptions.

exception OptionRequiresArgumentError(option: Optional[str] = None)
exception OptionDoesNotTakeArgumentsError(option: Optional[str] = None)
exception OptionArgumentTypeConversionError(argument: Optional[str] = None, argtype: Optional[type] = None)
exception InvalidArgumentPatternError
exception PatternAfterFlexiblePatternError
exception ArgumentConversionError(reason: Optional[str] = None, arguments: Optional[Sequence[str]] = None, index: Optional[int] = None)
exception VariadicKwargsNotAllowedError
exception ValueConversionError
exception CallbackDoesNotSupportAllArgumentsError
exception NotEnoughPositionalArgumentsError
exception TooManyPositionalArgumentsError
exception ReadOnlyAttributeError(name: str)
exception AnnotationMustBeTypeOrSpecialError(param: Parameter)
exception SelfNotFirstArgumentError