Final Platform Layer
0.9.6-beta
|
This category contains functions for handling errors. More...
Functions | |
fpl_common_api void | fplClearErrors () |
Clears all the current errors in the platform. More... | |
const fpl_common_api char * | fplGetErrorByIndex (const size_t index) |
Gets the last error string from the given index. More... | |
fpl_common_api size_t | fplGetErrorCount () |
Gets the count of total last errors. More... | |
const fpl_common_api char * | fplGetLastError () |
Gets the last internal error string. More... | |
This category contains functions for handling errors.
fpl_common_api void fplClearErrors | ( | ) |
Clears all the current errors in the platform.
const fpl_common_api char* fplGetErrorByIndex | ( | const size_t | index | ) |
Gets the last error string from the given index.
index | The index |
fpl_common_api size_t fplGetErrorCount | ( | ) |
Gets the count of total last errors.
const fpl_common_api char* fplGetLastError | ( | ) |
Gets the last internal error string.