fastiot.exceptions package

Submodules

fastiot.exceptions.exceptions module

exception fastiot.exceptions.exceptions.ServiceError[source]

Raised when something goes wrong during connection to a service.

exception fastiot.exceptions.exceptions.SQLSchemaCheckError[source]

Raised when the database schema is invalid. This can happen if a table for an enum does not have the expected values.

exception fastiot.exceptions.exceptions.ShutdownRequestedInterruption[source]

Raised if an execution gets interrupted because a shutdown is requested

exception fastiot.exceptions.exceptions.CSVError[source]

Raised if csv import fails.