Reference

Networked spam-signature detection.

exception pyzor.AuthorizationError[source]

Bases: CommError

The signature was valid, but the user is not permitted to do the requested action.

exception pyzor.CommError[source]

Bases: Exception

Something in general went wrong with the transaction.

code = 400
exception pyzor.IncompleteMessageError[source]

Bases: ProtocolError

A complete requested was not received.

exception pyzor.ProtocolError[source]

Bases: CommError

Something is wrong with talking the protocol.

code = 400
exception pyzor.SignatureError[source]

Bases: CommError

Unknown user, signature on msg invalid, or not within allowed time range.

exception pyzor.TimeoutError[source]

Bases: CommError

The connection timed out.

code = 504
exception pyzor.UnsupportedVersionError[source]

Bases: ProtocolError

Client is using an unsupported protocol version.