| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== FILEERROR (return file driver error message) ====== | [[filedialoga extended file dialog .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[fileerrorcode return file driver error code number .htm|{{btn_next_n.gif|Next page}}]] | | || **FILEERROR(** **)** {{blk2blue.jpg|blk2blue.jpg}} The **FILEERROR** procedure returns a string containing the "native" error message from the file system (file driver) being used to access a data file. Valid only when ERRORCODE() = 90 or ERRORCODE() = 47. | **Return Data Type:** | STRING | **Example:** **PUT(NameFile)            !Write the record** **IF ERRORCODE() = 90      !Back-end-specific error occurred** ** MESSAGE(****FILEERROR()****)** ** RETURN** **END** **See Also:** [[errorcode return error code number .htm|ERRORCODE]] [[error return error message .htm|ERROR]] [[errorfile return error filename .htm|ERRORFILE]] [[fileerrorcode return file driver error code number .htm|FILEERRORCODE]] [[trappable run time errors.htm|Trappable Run Time Errors]]