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();
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