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