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

Clib.strerror() Method


This method returns the error message associated with a Clib-defined error number.

Syntax

Clib.strerror(errno)

Parameter
Description

errno

The error number returned by Clib.errno

Returns

The descriptive error message associated with an error number returned by Clib.errno.

Usage

When some functions fail to execute properly, they store a number in the Clib.errno property. The number corresponds to the type of error encountered. This method converts the error number to a descriptive string and returns it.

See Also

Clib.errno Property

Siebel eScript Language Reference