Acquire.Service._errors module

exception AccountError[source]

Bases: Exception

exception PackingError[source]

Bases: Exception

exception UnpackingError[source]

Bases: Exception

exception RemoteFunctionCallError(message, child_exception=None)[source]

Bases: Exception

This exception is called if there is a remote function call error that could not be auto-converted to anything else. If a child exception occurred remotely, then this is packaged safely into this exception

unpack_and_raise()[source]
exception ServiceError[source]

Bases: Exception

exception ServiceAccountError[source]

Bases: Exception

exception MissingServiceAccountError[source]

Bases: Exception

exception MissingServiceError[source]

Bases: Exception