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)
For more information, see Clib Error Number Property.