26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

getError() Function

Syntax

anError = getError();

Semantics

Returns an object of type Error that holds information about the initial cause of an error that has been caught.

Substitutables

anError

Any object of type Error.

type_error.png

Examples

set error = getError(); 
set cause = error.description;
Related Pages: