Function DosErrorMessage() Foundation
Retrieves the textual description of an operating system error code.
DosErrorMessage( [<nOsErrorID>], [<cnLanguage>] ) --> cMessage
The function returns the message for <nOsErrorID>
DosErrorMessage () is an error function which returns the message for a specified error code of the operating system. If the error code is not a valid OS error code, or the requested language is not installed on the system, the function returns an empty string.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.