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

snowflake.snowpark.exceptions.SnowparkColumnException¶

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

Bases: SnowparkDataframeException

Exception for column related errors during dataframe operations.

Includes error codes: 1100, 1101, 1102, 1105.