libsavgba
A library to access various backup media in GBA cartridges
|
Go to the source code of this file.
Enumerations | |
enum | ErrorCode { E_SUCCESS = 0 , E_INVALID_PARAM , E_OUT_OF_RANGE , E_VERIFY_FAIL , E_UNSUPPORTED_DEVICE , E_TIMEOUT } |
Variables | |
const char *const | SavErrCodes [] |
Error codes. More... | |
const char *const | SavErrMsgs [] |
Error messages. More... | |
enum ErrorCode |
|
extern |
Error codes.
Use SavErrCodes[ErrorCode]
to get error code names.
|
extern |
Error messages.
Use SavErrMsgs[ErrorCode]
to get error code messages.