Exceptions¶ anyschema.exceptions ¶ UnavailablePipelineError ¶ Bases: ValueError Exception raised when a parser does not have a ParserPipeline set. Source code in anyschema/exceptions.py 6 7class 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 10 11class UnsupportedDTypeError(ValueError): """Exception raised when a DType is not supported."""