smartrpyc.server.exceptions

Exceptions used by the Server.

exception smartrpyc.server.exceptions.DirectResponse(response)[source]

Exception used by middleware to directly send a response to the client.

Request processing will be terminated immediately and the response sent to the client, as a normal response.

exception smartrpyc.server.exceptions.SetMethod(method)[source]

Exception used by middleware to change the method to be executed.

As a side effect, this clears all the previous “method not found” exceptions.