Margrete RPC

MargreteRemoteError

Raised when the plugin reports an error in response to a request.

Attributes

attributecode
= code

The error code returned by the plugin.

Functions

func__init__(self, code, message) -> None

Create the error from the plugin's code and message.

paramself
paramcodeint
parammessagestr

Returns

None

On this page