pittgoogle.exceptions

Exceptions.

BadRequest

Raised when a Flask request json envelope (e.g., from Cloud Run) is invalid.

CloudConnectionError

Raised when a problem is encountered while trying to connect to a Google Cloud resource.

SchemaError

Raised when the schema cannot be found in the registry or is incompatible with the data.


exception pittgoogle.exceptions.BadRequest[source]

Raised when a Flask request json envelope (e.g., from Cloud Run) is invalid.

exception pittgoogle.exceptions.CloudConnectionError[source]

Raised when a problem is encountered while trying to connect to a Google Cloud resource.

exception pittgoogle.exceptions.SchemaError[source]

Raised when the schema cannot be found in the registry or is incompatible with the data.