Clib Get Error Number Method

The Clib Get Error Number method determines if an error has occurred in the buffer where Siebel eScript reads a file. It returns one of the following values:

  • If no error exists, then it returns the following value:

    0

  • If an error exists, then it returns the error number.

Format

Clib.ferror(filePointer)

The arguments for this method are the same as the arguments for the Clib Clear Error method. For more information, see Clib Clear Error Method.

Related Topics

For more information, see Clib Error Number Property.