Siebel eScript Language Reference > C Language Library Reference > Clib Error Methods >

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 Arguments for the Clib Clear Error Method.

Related Topics

For more information, see Clib Error Number Property.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.