Reference¶
Networked spam-signature detection.
-
exception
pyzor.AuthorizationError[source]¶ Bases:
pyzor.CommErrorThe signature was valid, but the user is not permitted to do the requested action.
-
exception
pyzor.CommError[source]¶ Bases:
ExceptionSomething in general went wrong with the transaction.
-
code= 400¶
-
-
exception
pyzor.IncompleteMessageError[source]¶ Bases:
pyzor.ProtocolErrorA complete requested was not received.
-
exception
pyzor.ProtocolError[source]¶ Bases:
pyzor.CommErrorSomething is wrong with talking the protocol.
-
code= 400¶
-
-
exception
pyzor.SignatureError[source]¶ Bases:
pyzor.CommErrorUnknown user, signature on msg invalid, or not within allowed time range.
-
exception
pyzor.TimeoutError[source]¶ Bases:
pyzor.CommErrorThe connection timed out.
-
code= 504¶
-
-
exception
pyzor.UnsupportedVersionError[source]¶ Bases:
pyzor.ProtocolErrorClient is using an unsupported protocol version.