Skip to content

yggdrasil.pickle.ser.errors

errors

SerializationError

Bases: RuntimeError

Base exception for yggdrasil.pickle.ser.

HeaderDecodeError

Bases: SerializationError

Raised when a header cannot be parsed from the buffer.

InvalidCodecError

Bases: SerializationError

Raised when an unknown codec id is encountered.

MetadataDecodeError

Bases: SerializationError

Raised when encoded metadata is malformed.