ExceptionsΒΆ

This package contains all Snowpark client-side exceptions.

Exceptions

SnowparkClientException(message, *[, error_code])

Base Snowpark exception class

SnowparkColumnException(message, *[, error_code])

Exception for column related errors during dataframe operations.

SnowparkCreateViewException(message, *[, ...])

Exception for errors while trying to create a view.

SnowparkDataframeException(message, *[, ...])

Exception for dataframe related errors.

SnowparkDataframeReaderException(message, *)

Exception for dataframe reader errors.

SnowparkFetchDataException(message, *[, ...])

Exception for when we are trying to fetch data from Snowflake.

SnowparkGeneralException(message, *[, ...])

Exception for general exceptions.

SnowparkInvalidObjectNameException(message, *)

Exception for inputting an invalid object name.

SnowparkJoinException(message, *[, error_code])

Exception for join related errors during dataframe operations.

SnowparkMissingDbOrSchemaException(message, *)

Exception for when a schema or database is missing in the session connection.

SnowparkPandasException(message, *[, error_code])

Exception for pandas related errors.

SnowparkPlanException(message, *[, error_code])

Exception for plan analysis errors.

SnowparkQueryCancelledException(message, *)

Exception for when we are trying to interact with a cancelled query.

SnowparkSQLAmbiguousJoinException(message, *)

Exception for ambiguous joins that are created from the translated SQL statement.

SnowparkSQLException(message, *[, ...])

Exception for errors related to the executed SQL statement that was generated from the Snowflake plan.

SnowparkSQLInvalidIdException(message, *[, ...])

Exception for having an invalid ID (usually a missing ID) that are created from the translated SQL statement.

SnowparkSQLUnexpectedAliasException(message, *)

Exception for having an unexpected alias that are created from the translated SQL statement.

SnowparkServerException(message, *[, error_code])

Exception for miscellaneous related errors.

SnowparkSessionException(message, *[, ...])

Exception for any session related errors.

SnowparkTableException(message, *[, error_code])

Exception for table related errors.

SnowparkUploadFileException(message, *[, ...])

Exception for when we are trying to upload files to the server.

SnowparkUploadUdfFileException(message, *[, ...])

Exception for when we are trying to upload UDF files to the server.