Module : lang.error
Module Overview
This module provides lang library operations on error
values defined by the language specification 2020R1.
CallStackElement | Representation of `CallStackElement` |
Detail | The type to which error detail records must belong. |
CallStack | Represent error call stack. |
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. |
$anonType$0 | |
$anonType$1 |