You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.exceptions.SnowparkDataframeException¶

exception snowflake.snowpark.exceptions.SnowparkDataframeException(message: str, error_code: str | None = None)[source]¶

Bases: SnowparkClientException

Exception for dataframe related errors.

Includes all error codes in range 11XX (where XX is 0-9).

This exception is specifically raised for error codes: 1104, 1107, 1108, 1109.