Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Error Methods >

Clib.errno Property


The errno property stores diagnostic message information when a function fails to execute correctly.

Syntax

Clib.errno

Usage

Many functions in the Clib and SElib objects set errno to nonzero when an error occurs, to provide more specific information about the error. Siebel eScript implements errno as a macro to the internal function _errno(). This property can be accessed with Clib.strerror().

The errno property cannot be modified through eScript code. It is available only for read-only access.

Siebel eScript Language Reference