The zaqar.common.errors module

exception ConfigurationError

Bases: exceptions.Exception

An invalid value was used for a Zaqar configuration option.

exception InvalidAction

Bases: exceptions.Exception

Raised when attempted a non existent action.

exception InvalidDriver

Bases: exceptions.Exception

A driver was not found or loaded.

exception PatternNotFound

Bases: exceptions.Exception

A string did not match the expected pattern or regex.