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

snowflake.snowpark.exceptions.SnowparkFetchDataException

exception snowflake.snowpark.exceptions.SnowparkFetchDataException(message: str, *, error_code: Optional[str] = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/exceptions.py#L245-L251)

Bases: SnowparkServerException

Exception for when we are trying to fetch data from Snowflake.

Includes error codes: 1406.

Language: English