pyrocko.squirrel.error

Squirrel exception definitions.

Exceptions

ConversionError

Raised when a conversion failed.

Duplicate

Raised when a query leads to multiple/ambiguous results.

Inconsistencies

Raised when there is an inconsistency between two or more related entities.

NotAvailable

Raised when a required data entity cannot be found.

SquirrelError

Base class for errors raised by the Pyrocko Squirrel framework.

ToolError

Raised by Squirrel CLI tools to request a graceful exit on error.

exception SquirrelError[source]

Bases: Exception

Base class for errors raised by the Pyrocko Squirrel framework.

exception NotAvailable[source]

Bases: SquirrelError

Raised when a required data entity cannot be found.

exception Duplicate[source]

Bases: SquirrelError

Raised when a query leads to multiple/ambiguous results.

exception Inconsistencies[source]

Bases: SquirrelError

Raised when there is an inconsistency between two or more related entities.

exception ConversionError[source]

Bases: SquirrelError

Raised when a conversion failed.

exception ToolError[source]

Bases: Exception

Raised by Squirrel CLI tools to request a graceful exit on error.