snowflake.core.exceptions

Exceptions

APIError([status, reason, http_resp])

NotFoundError([status, reason, http_resp])

Raised when we encounter an HTTP error code of 404.

UnauthorizedError([status, reason, http_resp])

Raised when we encounter an HTTP error code of 401.

ForbiddenError([status, reason, http_resp])

Raised when we encounter an HTTP error code of 403.

ServerError([status, reason, http_resp])

Raised when we encounter an HTTP error code of 5NN.

ConflictError([status, reason, http_resp])

Raised when we encounter an HTTP error code of 409.

InvalidResponseError([reason])

Raised when the api response is invalid.

LongRunningQueryTimeout([reason])

Raised when long running query timeout.