Loading...

Error Handling#

Errors#

ConversionError

An exception raised when an error occurs during the process of converting data from one type or format to another.

EmptyParameter

An exception raised when a function or operation requires a parameter, and the provided parameter is empty or lacks the required information.

ExtensionError

An exception raised when an error occurs related to the use or integration of extensions.

FunctionError

An exception raised when an error occurs during the execution of a function.

MissingColumn

An exception raised when attempting to access or manipulate a specific column within a dataset that is missing or not present.

MissingRelation

An exception raised when attempting to access or perform an operation on a relational data structure that is missing or not available.

MissingSchema

An exception raised when attempting to perform an operation that requires a specified schema or structure that is missing or not provided.

ModelError

An exception raised when an error occurs during the modeling process, indicating issues such as invalid model configurations, incompatible data, or challenges in the training or prediction phase.

OptionError

An exception raised when an error occurs due to invalid or unsupported options provided in a configuration or settings context.

ParsingError

An exception raised when an error occurs during the parsing of data or code.

QueryError

An exception raised when an error occurs during the execution of a query.

VersionError

An exception raised when an error occurs due to incompatible or unexpected software version dependencies.