Macros | |
| #define | RT_ERR (-1) |
| File Operation Return Codes. | |
| #define | RT_ERR_NOTSUP (-2) |
| Not supported. | |
| #define | RT_ERR_INVAL (-3) |
| Invalid argument. | |
| #define | RT_ERR_IO (-4) |
| Low level I/O error. | |
| #define | RT_ERR_NOTFOUND (-5) |
| File not found. | |
| #define | RT_ERR_EXIST (-6) |
| File already exists. | |
| #define | RT_ERR_ISDIR (-7) |
| File is a directory. | |
| #define | RT_ERR_NOSPACE (-8) |
| Not enough space or out of memory. | |
| #define | RT_ERR_READONLY (-9) |
| File is read only. | |
| #define | RT_ERR_FILEDES (-10) |
| File descriptor error (out of range, file not open, w/r to file opened in r/w mode) | |
| #define | RT_ERR_MAXPATH (-11) |
| File or path name is too long. | |
| #define | RT_ERR_BUSY (-12) |
| File is busy, access is denied. | |
| #define | RT_ERR_NOTEMPTY (-13) |
| Directory is not empty. | |
| #define | RT_ERR_MAXFILES (-14) |
| Too many files open. | |
| #define | RT_ERR_OVERFLOW (-15) |
| Value overflows the specified range. | |
| #define RT_ERR (-1) |
File Operation Return Codes.
Unspecified error
| #define RT_ERR_NOTSUP (-2) |
Not supported.
| #define RT_ERR_INVAL (-3) |
Invalid argument.
| #define RT_ERR_IO (-4) |
Low level I/O error.
| #define RT_ERR_NOTFOUND (-5) |
File not found.
| #define RT_ERR_EXIST (-6) |
File already exists.
| #define RT_ERR_ISDIR (-7) |
File is a directory.
| #define RT_ERR_NOSPACE (-8) |
Not enough space or out of memory.
| #define RT_ERR_READONLY (-9) |
File is read only.
| #define RT_ERR_FILEDES (-10) |
File descriptor error (out of range, file not open, w/r to file opened in r/w mode)
| #define RT_ERR_MAXPATH (-11) |
File or path name is too long.
| #define RT_ERR_BUSY (-12) |
File is busy, access is denied.
| #define RT_ERR_NOTEMPTY (-13) |
Directory is not empty.
| #define RT_ERR_MAXFILES (-14) |
Too many files open.
| #define RT_ERR_OVERFLOW (-15) |
Value overflows the specified range.