snowflake.snowpark.exceptions.SnowparkPlanException

exception snowflake.snowpark.exceptions.SnowparkPlanException(message: str, *, error_code: Optional[str] = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/exceptions.py#L59-L67)

Bases: SnowparkClientException

Exception for plan analysis errors.

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

This exception is specifically raised for error codes: 1200, 1201, 1202, 1205.

Language: English