Exceptions¶
This package contains all Snowpark client-side exceptions.
Exceptions
|
Base Snowpark exception class |
|
Exception for column related errors during dataframe operations. |
|
Exception for errors while trying to create a view. |
|
Exception for dataframe related errors. |
|
Exception for dataframe reader errors. |
|
Exception for when we are trying to fetch data from Snowflake. |
|
Exception for general exceptions. |
|
Exception for inputting an invalid object name. |
|
Exception for join related errors during dataframe operations. |
|
Exception for when a schema or database is missing in the session connection. |
|
Exception for pandas related errors. |
|
Exception for plan analysis errors. |
|
Exception for when we are trying to interact with a cancelled query. |
|
Exception for ambiguous joins that are created from the translated SQL statement. |
|
Exception for errors related to the executed SQL statement that was generated from the Snowflake plan. |
|
Exception for having an invalid ID (usually a missing ID) that are created from the translated SQL statement. |
|
Exception for having an unexpected alias that are created from the translated SQL statement. |
|
Exception for miscellaneous related errors. |
|
Exception for any session related errors. |
|
Exception for table related errors. |
|
Exception for when we are trying to upload files to the server. |
|
Exception for when we are trying to upload UDF files to the server. |