690 B
690 B
armour exceptions
all exceptions are in armour.pdb.exc
InvalidMagicError
-- raised if the magic of the pDB db isnt validVersionMismatch
-- raised if the version of the parser and the database are not the sameDataIntegrityError
-- raised if noticed data corruption or tinkeringInvalidHashID
-- raised if the hash id is not validInvalidZSTDCompressionLvl
-- raised if the zstd compression level is invalidInvalidZeroValue
-- raised if theres a zero value in a place where its invalidStructureError
-- raised if the structure of an entry or something else is invalidInvalidIdentifier
-- raised if an invalid identifier was detected