exceptions module
- exception pdbstore.exceptions.CabCompressionError(message: str)
Bases:
PDBStoreExceptionFailed to compress the requested file
- exception pdbstore.exceptions.CommandLineError(message: str)
Bases:
PDBStoreExceptionOne command-line argument is not defined properly
- exception pdbstore.exceptions.CompressionNotSupportedError
Bases:
PDBStoreExceptionCompression not support
- exception pdbstore.exceptions.ConfigDataError(message: str)
Bases:
ConfigErrorInvalid data configuration definition.
- exception pdbstore.exceptions.ConfigError(message: str)
Bases:
PDBStoreExceptionBasic configuration file error.
- exception pdbstore.exceptions.ConfigIDError(message: str)
Bases:
ConfigErrorInvalid store id definition.
- exception pdbstore.exceptions.ConfigMissingError(message: str)
Bases:
ConfigErrorSpecified configuration file not found.
- exception pdbstore.exceptions.CopyFileError(pathname: str | Path, dest: str | Path)
Bases:
PDBStoreExceptionFailed to store the specified file
- exception pdbstore.exceptions.DecompressionNotSupportedError
Bases:
PDBStoreExceptionDecompression not support
- exception pdbstore.exceptions.FileNotExistsError(pathname: str | Path)
Bases:
PDBStoreExceptionFile not found
- exception pdbstore.exceptions.HTTPAPIError(message: str)
Bases:
PDBStoreExceptionBase HTTP API Exception
- exception pdbstore.exceptions.HTTPStatusCodeError(message: str)
Bases:
HTTPAPIErrorStatus code Exception
- exception pdbstore.exceptions.ImproperTransactionTypeError(transaction_id: int | str, transaction_type: str, expected_type: str)
Bases:
TransactionExceptionSpecific transaction ID found but with improper type
- exception pdbstore.exceptions.InvalidCommandLineDefinitionError
Bases:
PDBStoreExceptionInvalid subcommand definition when parsing command line.
- exception pdbstore.exceptions.InvalidPEFile(pathname: str | Path)
Bases:
PDBStoreExceptionNot a valid PE file
- exception pdbstore.exceptions.NotSupportedError(message: str)
Bases:
PDBStoreExceptionUnsupported functionality
- exception pdbstore.exceptions.PDBAbortExecution(exitcode: int = 0)
Bases:
PDBStoreExceptionAbort but with success the current execution
- exception pdbstore.exceptions.PDBInvalidCommandNameException(name: str | None = None)
Bases:
PDBStoreExceptionInvalid command or action name
- exception pdbstore.exceptions.PDBInvalidStreamIndexError(index: int)
Bases:
PDBStoreExceptionInvalid stream index from PDB file
- exception pdbstore.exceptions.PDBInvalidSubCommandNameException(name: str | None = None)
Bases:
PDBStoreExceptionInvalid sub-command name
- exception pdbstore.exceptions.PDBSignatureNotFoundError(signature: str)
Bases:
PDBStoreExceptionInvalid PDB file signature detected
- exception pdbstore.exceptions.PDBStoreException(message: str)
Bases:
ExceptionPDBStore based exception object
- exception pdbstore.exceptions.ParseFileError(pathname: str | Path)
Bases:
PDBStoreExceptionUnexcepted error when parsing a file
- exception pdbstore.exceptions.ReadFileError(pathname: str | Path)
Bases:
PDBStoreExceptionUnexcepted error when reading a file
- exception pdbstore.exceptions.RenameFileError(src: str | Path, dest: str | Path)
Bases:
PDBStoreExceptionFailed to rename a file
- exception pdbstore.exceptions.TransactionException(message: str)
Bases:
PDBStoreExceptionTransaction based exception object
- exception pdbstore.exceptions.TransactionNotFoundError(transaction_id: int | str)
Bases:
TransactionExceptionSpecific transaction ID not found
- exception pdbstore.exceptions.UnexpectedError(message: str)
Bases:
PDBStoreExceptionUnexpected error
- exception pdbstore.exceptions.UnknowFileTypeError(pathname: str | Path)
Bases:
PDBStoreExceptionUnknown file type
- exception pdbstore.exceptions.WriteFileError(pathname: None | str | Path, msg: str | None = None)
Bases:
PDBStoreExceptionUnexpected error occurs when updating a file