Ion C
C library for Ion
|
Go to the source code of this file.
Macros | |
#define | ERROR_CODE(name, val) name = val, |
Typedefs | |
typedef enum ion_error_code | iERR |
Enumerations | |
enum | ion_error_code { IERR_NOT_IMPL = -1 , IERR_MAX_ERROR_CODE } |
Functions | |
ION_API_EXPORT const char * | ion_error_to_str (iERR err) |
enum ion_error_code |
define the Ion error code enumeration.
ION_API_EXPORT const char* ion_error_to_str | ( | iERR | err | ) |
Gets a static string representation of an error code.