Base class for all errors that caused processing of a reply to abort before it could be turned in a response object.
Base class for all errors that caused the processing of a request to abort before a request object could be instantiated.
Create RPCErrorResponse to respond the error.
Returns: | A error responce instance or None, if the protocol decides to drop the error silently. |
---|
A reply received was malformed (i.e. violated the specification) and could not be parsed into a response.
A request made was malformed (i.e. violated the specification) and could not be parsed.
The desired method was not found.
Base class for all excetions thrown by tinyrpc.
An internal error in the RPC system occured.