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

Clib Get Error Message Method


The Clib Get Error Message method returns the descriptive error message that is associated with the error number that the error number property identifies. When some methods fail to run properly they store a number in the error number property. This number corresponds to the type of error encountered. The Clib Get Error Message method converts this error number to a descriptive string and returns it.

Format

Clib.strerror(ToNumber(Clib.errno)

Related Topics

For more information, see Clib Error Number Property.

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