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

snowflake.core.exceptions.InvalidActionErrorΒΆ

class snowflake.core.exceptions.InvalidActionError(*args: Any)ΒΆ

Bases: SnowflakePythonError

Raised when the user makes an invalid action such as invalid parameters or when the API response is invalid.

Base class for all errors such as InvalidArgumentsError, InvalidResponseError, etc.