cam32.exc

Exception classes.

exception cam32.exc.DuplicateInvoicesFound(store_number, invoice_number, invoice_count)

Raised when an attempt is made to retrieve a single invoice by its (store_number, invoice_number) “key”, but more than one invoice matches the key.

exception cam32.exc.ExecutablePathNotDefined

Raised when the CAM32 executable path is requested, yet is not found in config (pycam32.ini).

exception cam32.exc.InstallPathNotDefined

Raised when the CAM32 install path is requested, yet is not found in config (pycam32.ini).

exception cam32.exc.NoAsciiImportConfigFileAvail

Raised in the event there is no filename available for generating a new ASCII config file. See cam32.ascii.get_avail_ascii_import_config_path() for more info.

exception cam32.exc.StoreNumberNotDefined

Raised when the store number is requested, yet is not found in the config (pycam32.ini).

Previous topic

cam32.config

Next topic

cam32.inventory

This Page