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