ReCastEASIError()

The ReCastEASIError() intrinsic function will cause the previous error to be triggered again. This is typically used in conjunction with an error-handler in the situation where an error was trapped and examined, but no appropriate way to handle it could be determined, so it is re-cast as if it was never trapped. Re-casting the error allows it to then be trapped by a higher-level error handler in another block of code, or for the error to cause processing to halt and control to return to the main EASI prompt. See the error handling example at the end of this section for an example of this function's usage.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.