Skip to main content
Skip table of contents

getErrors() Function

Syntax
NONE
someErrors = getErrors();
SemanticsReturns an array with elements of class Error that holds information about the initial cause of the caught error and all of its subsequent errors. The initial error is the first element of this array, subsequent errors follow.
SubstitutablessomeErrorsAny array with elements of class Error.
Examples
NONE
set errors = getErrors(); 
set firstCause = error[0].description;
JavaScript errors detected

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

If this problem persists, please contact our support.