Functions -
lang.error
detail | Returns the error's detail record. The returned value will be immutable. |
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 $anonType$1
-
the error value
-
Return Type
(DetailType) error detail value
Returns the error's reason string.
Parameters
- e $anonType$0
-
the error value
-
Return Type
() error reason