snowflake.core.exceptions.ApiValueError¶
- class snowflake.core.exceptions.ApiValueError(msg: str, path_to_item: List[str | int] | None = None)¶
Bases:
OpenApiError
,ValueError
Raises an exception for ValueErrors.
- Parameters:
msg (str) – the exception message.
- Keyword Arguments:
path_to_item (list) – received_data dict. None if unset