epicsarchiver.common.errors
This module defines custom exceptions for the archiver.
These exceptions are used to handle errors related to archiver operations.
Exceptions
Base class for all exceptions raised by the archiver. |
|
Exception raised when there is a connection error with the archiver. |
|
Exception raised when the archiver returns an unexpected response. |
Module Contents
- exception epicsarchiver.common.errors.ArchiverError[source]
Bases:
ExceptionBase class for all exceptions raised by the archiver.
- exception epicsarchiver.common.errors.ArchiverConnectionError(base_url: str, message: str | None = None)[source]
Bases:
ArchiverErrorException raised when there is a connection error with the archiver.