Errors¶
Classes¶
|
Base Exception for handling errors generated from PySpark. |
|
Failed to analyze a SQL query plan. |
|
Failed to create temp view since it is already exists. |
|
Failed to parse a SQL command. |
|
Passed an illegal or inappropriate argument. |
|
Exception that stopped a |
|
Failed to execute a query. |
|
Exceptions thrown from Python workers. |
|
None of the above exceptions. |
|
Exception thrown because of Spark upgrade. |
Methods¶
Returns an error class as a string. |
|
Returns a message parameters as a dictionary. |
|
Returns an SQLSTATE as a string. |