Returns the error message of an error type.
This function does not generate a change.
error.msg()
None
Returns error message of an error.
This code uses
code()
to return the error code for an error:
type_err("incorrect type").msg();
Return value in JSON format
"incorrect type"