msg

Returns the error message of an error type.

This function does not generate a change.

Function

error.msg()

Arguments

None

Return value

Returns error message of an error.

Example

This code uses code() to return the error code for an error:

type_err("incorrect type").msg();

Return value in JSON format

"incorrect type"