![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
A class representing error messages in the SatNOGS-COMMS system. More...
#include <exception.hpp>
Public Attributes | |
| const char * | verbose |
| const char * | terse |
| int32_t | error_num |
A class representing error messages in the SatNOGS-COMMS system.
Definition at line 82 of file exception.hpp.
| int32_t satnogs::comms::lib::exception::error_msg::error_num |
A numeric error code representing the error type. Can be either internal error code of libsatnogs-comms or an error code returned by external projects (e.g AT86RF215 driver)
Definition at line 89 of file exception.hpp.
| const char* satnogs::comms::lib::exception::error_msg::terse |
A terse, concise description of the error. Will be used if ETL_VERBOSE_ERRORS is not defined.
Definition at line 87 of file exception.hpp.
| const char* satnogs::comms::lib::exception::error_msg::verbose |
A verbose description of the error. Will be used if ETL_VERBOSE_ERRORS is defined.
Definition at line 85 of file exception.hpp.