Error Handling Methods

The following table describes error handling methods.

Method Description

Clib Clear Error Method

Clears the error status and resets the end-of-file flag for a file.

Clib Get Error Message Method

Returns the error message associated with an error number.

Clib Get Error Number Method

Returns the error number.

Clib Save Error Message In String Method

Saves an error message in a string.

Throw Statement

Stops running code if an error occurs.