error_json method

error_json

Gets the error message string in JSON format.

Returns

The JSON format string.

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

See Also