OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA32102-E (E)

An error has occurred during file operation. File name: aa...aa, function name: bb...bb, errno: cc...cc

aa...aa: File name
bb...bb: Name of the function with the error
open(): Opens a file.
read(): Reads a file.
write(): Writes a file.
seek(): Seeks a file.
close(): Closes a file.
cc...cc: errno value indicated, for example, in /usr/include/errno.h
S: Cancels the processing for the file.
O: Check the cause of the error from the function name with the error and the errno value, take appropriate action, and re-execute the command.