Breadcrumbs

getError() Function


Syntax


anError = getError();


Semantics

Returns an object of class Error that holds information about the initial cause of the caught error.

Substitutables

anError

Any object of type Error.

Examples


set error = getError(); 
set cause = error.description;



Related Pages: