Skip to main content
Skip table of contents

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.

Examples

NONE
set error = getError(); 
set cause = error.description;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.