Skip to content

Exceptions

anyschema.exceptions

UnavailablePipelineError

Bases: ValueError

Exception raised when a parser does not have a ParserPipeline set.

Source code in anyschema/exceptions.py
class UnavailablePipelineError(ValueError):
    """Exception raised when a parser does not have a ParserPipeline set."""

UnsupportedDTypeError

Bases: ValueError

Exception raised when a DType is not supported.

Source code in anyschema/exceptions.py
class UnsupportedDTypeError(ValueError):
    """Exception raised when a DType is not supported."""