Module : lang.error

Module Overview

This module provides lang library operations on error values defined by the language specification 2019R2.

Records

CallStackElement Representation of `CallStackElement`
Detail Default error detail record.

Objects

CallStack

Represent error call stack.

Functions

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.

Errors

$anonType$0
$anonType$1