Reference¶
Networked spam-signature detection.
-
exception
pyzor.
AuthorizationError
[source]¶ Bases:
pyzor.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:
pyzor.ProtocolError
A complete requested was not received.
-
exception
pyzor.
ProtocolError
[source]¶ Bases:
pyzor.CommError
Something is wrong with talking the protocol.
-
code
= 400¶
-
-
exception
pyzor.
SignatureError
[source]¶ Bases:
pyzor.CommError
Unknown user, signature on msg invalid, or not within allowed time range.
-
exception
pyzor.
TimeoutError
[source]¶ Bases:
pyzor.CommError
The connection timed out.
-
code
= 504¶
-
-
exception
pyzor.
UnsupportedVersionError
[source]¶ Bases:
pyzor.ProtocolError
Client is using an unsupported protocol version.