Functions -
lang.error
detail |
Returns the error's detail record. |
reason |
Returns the error's reason string. |
stackTrace |
Returns an object representing the stack trace of the error. |
Returns the error's detail record. The returned value will be immutable.
Parameters
-
e
error
-
the error value
-
Return Type
(DetailType) error detail value
Returns the error's reason string.
Parameters
-
e
error
-
the error value
-
Return Type
(null) error reason