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

snowflake.snowpark.exceptions.SnowparkQueryCancelledException

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

Bases: SnowparkServerException

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

Includes error codes: 1401.

语言: 中文