You are viewing documentation about an older version (0.13.0). 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.

Language: English