Error numbers and their meanings are explained below.
Error Number | Meanings |
---|---|
FA_ENOERR | Execution of the I-O feature or file information acquisition is successful. |
FA_ENOSPC | Insufficient disk space. |
FA_EDUPL | Key duplication error. The status is one of the following:
|
FA_ENOTOPEN | File open error. The status is one of the following:
|
FA_EBADARG | Argument error. The status is one of the following:
|
FA_EBADKEY | Indexed file record key specification error. The status is one of the following:
|
FA_ETOOMANY | An attempt was made to open the number of files that exceeded the limit given by the OS or this access routine. |
FA_EBADFILE | File structure error. The status is one of the following:
|
FA_ELOCKED | The record is locked. |
FA_EENDFILE | An end of file condition occurred. |
FA_ENOREC | The specified record does not exist. |
FA_ENOCURR | Positioning to the record is undefined. |
FA_EFLOCKED | The file is already opened exclusively. |
FA_EFNAME | Error on the filename given when the file was opened. The status is one of the following:
|
FA_EBADMEM | Acquisition of the necessary memory for executing the feature failed. |
FA_EKEYSEQ | Key sequence error or key change error. The status is one of the following:
|
FA_EBADACC | The combination of parameters is invalid. The status is one of the following:
|
FA_EBADFLAG | The value specified for the flag is incorrect. The status is one of the following:
|
FA_EBADLENG | Length error. The status is one of the following:
|
FA_EUNDEFKEY | When a file is opened specifying the dummy file function and the record key specification is omitted, index file information cannot be acquired. See "3.26 Dummy File" for details. |
FA_EOTHER | An error other than the above occurred. Obtain the return value of the cobfa_stat () function and check the status. For the cobfa_stat() function, see "3.18 cobfa_stat()". |