MargreteRemoteError
Raised when the plugin reports an error in response to a request.
Attributes
attributecode= codeThe error code returned by the plugin.
Functions
func__init__(self, code, message) -> NoneCreate the error from the plugin's code and message.
paramselfparamcodeintparammessagestrReturns
None