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

snowflake.core.exceptions.APIError¶

class snowflake.core.exceptions.APIError(status: int | None = None, reason: str | None = None, http_resp: RESTResponse | None = None, request_id: str | None = None)¶

Bases: _OpenAPIError

Raised when there is an exception with any of the API Error Codes.