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
anError = getError();
SemanticsReturns an object of class Error
Anchor
5_e2e_action_language_5_13_error_8118
5_e2e_action_language_5_13_error_8118
that holds information about the initial cause of the caught error.
SubstitutablesanErrorAny object of type Error.
Examples
Code Block
languagenone
set error = getError(); 
set cause = error.description;
Panel
titleRelated Pages: