Various

Base

exception p2p0mq.errors.BaseError[source]
exception p2p0mq.errors.MessageValidationError[source]

The message cannot be decoded because required fields are missing or objects have improper type.

class p2p0mq.errors.MissingCertificateError[source]

We were asked to connect to a peer but we don’t have its certificate.

exception p2p0mq.errors.ValidationError[source]

The caller failed to pass the restrictions imposed by callee.