Skip to content

errors

pacsanini.errors #

The errors module outlines the different package specific

errors that can be raised.

ConfigFormatError #

Raised when a config file is expected to be in a particular

format but is another one.

InvalidConfigError #

Raised when the configuration file does not have sufficient

information for performing certain operations.

InvalidResourceFile #

Raised when an input does not contain the expected formatting.

PacsaniniError #

The PacsaniniError error is the base error that all other

package-specific errors inherit from.