Module : lang.error

Version : 1.0.0

Module Overview

This module provides lang library operations on error values defined by the language specification 2020R1.

Records

CallStackElement

Representation of CallStackElement

Detail

The type to which error detail records must belong.

Classes

CallStack

Represent error call stack.

Functions

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.