Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0
Div
Classe2e-refDiv
Rp
Syntax
Code Block
languagenone
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
Code Block
languagenone
set errors = getErrors(); 
set firstCause = error[0].description;
Panel
titleRelated Pages: