polywrap_msgpack.errors module

This module contains Errors for the polywrap-msgpack package.

exception polywrap_msgpack.errors.MsgpackDecodeError[source]

Bases: MsgpackError

Raised when there is an error decoding a msgpack object.

exception polywrap_msgpack.errors.MsgpackEncodeError[source]

Bases: MsgpackError

Raised when there is an error encoding a msgpack object.

exception polywrap_msgpack.errors.MsgpackError[source]

Bases: Exception

Base class for all exceptions in this module.

exception polywrap_msgpack.errors.MsgpackExtError[source]

Bases: MsgpackError

Raised when there is an error with a msgpack extension.

exception polywrap_msgpack.errors.MsgpackSanitizeError[source]

Bases: MsgpackError

Raised when there is an error sanitizing a python object into a msgpack encoder compatible format.