Exceptions¶
-
exception
snow.exceptions.ConfigurationException[source]¶ Bases:
snow.exceptions.SnowExceptionConfiguration error
-
exception
snow.exceptions.ErrorResponse[source]¶ Bases:
snow.exceptions.SnowExceptionAn error was returned from server
-
exception
snow.exceptions.NoAuthenticationMethod[source]¶ Bases:
snow.exceptions.SnowExceptionNo authentication method was provided
-
exception
snow.exceptions.NoItems[source]¶ Bases:
snow.exceptions.SnowExceptionThe request yielded no results
-
exception
snow.exceptions.NoLocationField[source]¶ Bases:
snow.exceptions.SchemaErrorThe schema lacks a __location__ field
-
exception
snow.exceptions.NoSchemaFields[source]¶ Bases:
snow.exceptions.SnowExceptionThe schema lacks fields definitions
-
exception
snow.exceptions.PayloadValidationError[source]¶ Bases:
snow.exceptions.SnowExceptionLocal payload validation against a Resource Schema failed
-
exception
snow.exceptions.SchemaError[source]¶ Bases:
snow.exceptions.SnowExceptionGeneric exception raised on schema issues, e.g. integrity errors
-
exception
snow.exceptions.SelectError[source]¶ Bases:
snow.exceptions.SnowExceptionRaised on query builder issues
-
exception
snow.exceptions.StreamExhausted[source]¶ Bases:
snow.exceptions.SnowExceptionSignals there are no further items produced by the iterator
-
exception
snow.exceptions.TooManyItems[source]¶ Bases:
snow.exceptions.SnowExceptionThe request yielded too many results
-
exception
snow.exceptions.UnexpectedContentType[source]¶ Bases:
snow.exceptions.SnowExceptionUnexpected content type from server
-
exception
snow.exceptions.UnexpectedSchema[source]¶ Bases:
snow.exceptions.SnowExceptionSchema not of snow.resource.schema.Schema type
-
exception
snow.exceptions.UnexpectedValue[source]¶ Bases:
snow.exceptions.SnowExceptionTypically raised when a Snow method receives unexpected input