error_json method

error_json(self, msg)

Gets the error message string in JSON format.

Returns

The JSON string.


def error_json(self, msg):
    ...
ParameterTypeDescription
msgSystem.StringThe error message.

See Also