Functions -
lang.error
detail | Returns the error's detail record as an immutable mapping. |
reason | Returns the error's reason string. |
stackTrace | Returns an object representing the stack trace of the error. |
Returns the error's detail record as an immutable mapping.
Parameters
- e $anonType$1
-
the error value
-
Return Type
(RecordType) error detail value
Returns the error's reason string.
Parameters
- e $anonType$0
-
the error value
-
Return Type
(null) error reason