Go to the documentation of this file.
41 #define AS_ERROR_MESSAGE_MAX_SIZE 1024
48 #define AS_ERROR_MESSAGE_MAX_LEN (AS_ERROR_MESSAGE_MAX_SIZE - 1)
98 typedef struct as_error_s {
136 #define as_error_update(__err, __code, __fmt, ...) \
137 as_error_setallv( __err, __code, __func__, __FILE__, __LINE__, __fmt, ##__VA_ARGS__ );
144 #define as_error_set_message(__err, __code, __msg) \
145 as_error_setall( __err, __code, __msg, __func__, __FILE__, __LINE__ );