Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
anError = getError();
Semantics

Returns an object of type Error that holds information about the initial cause of an error that has been caught.

SubstitutablesanError

Any object of type Error.

Examples
Code Block
languagenone
set error = getError(); 
set cause = error.description;
rp
Panel
titleRelated Pages: