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.