snowflake.core.exceptions.InvalidActionError | Snowflake Documentation (original) (raw)

DeveloperSnowflake Python APIsSnowflake Python APIs referenceexceptionsexceptions.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.