|
KallistiOS
##version##
|
Macros | |
| #define | ERR_OK 0 |
| No error. More... | |
| #define | ERR_NO_DISC 1 |
| No disc in drive. More... | |
| #define | ERR_DISC_CHG 2 |
| Disc changed, but not reinitted yet. More... | |
| #define | ERR_SYS 3 |
| System error. More... | |
| #define | ERR_ABORTED 4 |
| Command aborted. More... | |
| #define | ERR_NO_ACTIVE 5 |
| System inactive? More... | |
These are the values that the various functions can return as error codes.
| #define ERR_ABORTED 4 |
Command aborted.
| #define ERR_DISC_CHG 2 |
Disc changed, but not reinitted yet.
| #define ERR_NO_ACTIVE 5 |
System inactive?
| #define ERR_NO_DISC 1 |
No disc in drive.
| #define ERR_OK 0 |
No error.
| #define ERR_SYS 3 |
System error.
1.8.7