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