Skip to main content
Skip table of contents

getError() Function


Syntax
NONE
anError = getError();
SemanticsReturns an object of class Error that holds information about the initial cause of the caught error.
SubstitutablesanErrorAny 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.