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