polywrap_msgpack.errors module
This module contains Errors for the polywrap-msgpack package.
- exception polywrap_msgpack.errors.MsgpackDecodeError[source]
Bases:
MsgpackErrorRaised when there is an error decoding a msgpack object.
- exception polywrap_msgpack.errors.MsgpackEncodeError[source]
Bases:
MsgpackErrorRaised when there is an error encoding a msgpack object.
- exception polywrap_msgpack.errors.MsgpackError[source]
Bases:
ExceptionBase class for all exceptions in this module.
- exception polywrap_msgpack.errors.MsgpackExtError[source]
Bases:
MsgpackErrorRaised when there is an error with a msgpack extension.
- exception polywrap_msgpack.errors.MsgpackSanitizeError[source]
Bases:
MsgpackErrorRaised when there is an error sanitizing a python object into a msgpack encoder compatible format.