Module :
lang.error
Version : 1.0.0
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. |
cause |
I
Returns the error's cause. |
detail |
I
Returns the error's detail record. |
message |
I
Returns the error's message. |
stackTrace |
I
Returns an object representing the stack trace of the error. |