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

snowflake.core.exceptions.ForbiddenError¶

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

Bases: APIError

Raised when we encounter an HTTP error code of 403.