You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
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
set error = getError(); 
set cause = error.description;
  • No labels