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

snowflake.snowpark.exceptions.SnowparkGeneralException

exception snowflake.snowpark.exceptions.SnowparkGeneralException(message: str, error_code: str | None = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/exceptions.py#L106-L112)

Bases: SnowparkClientException

Exception for general exceptions.

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

Language: English