Error Handling¶
Custom exception classes for VAST Orbit error handling.
Errors¶
An exception raised when an error occurs during the process of converting data from one type or format to another. |
|
An exception raised when a function or operation requires a parameter, and the provided parameter is empty or lacks the required information. |
|
An exception raised when an error occurs related to the use or integration of extensions. |
|
An exception raised when an error occurs during the execution of a function. |
|
An exception raised when attempting to access or manipulate a specific column within a dataset that is missing or not present. |
|
An exception raised when attempting to access or perform an operation on a relational data structure that is missing or not available. |
|
An exception raised when attempting to perform an operation that requires a specified schema or structure that is missing or not provided. |
|
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. |
|
An exception raised when an error occurs due to invalid or unsupported options provided in a configuration or settings context. |
|
An exception raised when an error occurs during the parsing of data or code. |
|
An exception raised when an error occurs during the execution of a query. |
|
An exception raised when an error occurs due to incompatible or unexpected software version dependencies. |