#include <error.hh>
Public Member Functions | |
ERR_triplet_t (const ERR_char_string_t mes, const ERR_type_t tt=ERR_UNKNOWN_TYPE, const ERR_id_t num=ERR_UNKNOWN_ID) | |
Public Attributes | |
const ERR_id_t | id |
const ERR_char_string_t | message |
const ERR_type_t | type |
You can use this structure if you want to store a complete error message including its error ID and type.