| enum SRL::Cd::ErrorCode : int32_t |
access errors
| Enumerator | |
|---|---|
| ErrorOk | No error occurred, operation successful. |
| ErrorCDRD | Error reading from the CD. |
| ErrorCDNoDisc | No disc inserted in the CD drive. |
| ErrorCDRom | Error related to CD-ROM hardware or media. |
| ErrorDirTLD | Error related to the directory table. |
| ErrorOenMax | Maximum number of open files exceeded. |
| ErrorDir | Error related to directory operations. |
| ErrorCDBFS | Error related to CD block file system. |
| ErrorNoName | Error indicating that the specified file or directory name does not exist. |
| ErrorNExit | File or directory does not exist. |
| ErrorFID | Error related to file identifier. |
| ErrorHandle | Error related to file handle operations. |
| ErrorSeek | Error occurred during seek operation. |
| ErrorOrg | Error related to file organization. |
| ErrorNum | Error related to the number of files or directories. |
| ErrorOFS | Error related to file offset operations. |
| ErrorFBusy | File is busy, cannot perform the requested operation. |
| ErrorPara | Error related to invalid parameters. |
| ErrorBusy | The CD drive is currently busy with another operation. |
| ErrorNoHandler | No handler available for the requested operation. |
| ErrorPUINUSE | Error indicating that the peripheral unit is in use. |
| ErrorAlign | Error related to data alignment issues. |
| ErrorTimeout | Timeout error, operation took too long to complete. |
| ErrorCDOpen | Error indicating that the CD drive is open. |
| ErrorBufferFull | Buffer is full, cannot write more data. |
| ErrorFatal | Fatal error, unrecoverable condition. |
| ErrorEOF | End of file reached. |