SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::lib::exception::error_msg Class Reference

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

Detailed Description

A class representing error messages in the SatNOGS-COMMS system.

Definition at line 82 of file exception.hpp.

Member Data Documentation

◆ error_num

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.

◆ terse

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.

◆ verbose

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.


The documentation for this class was generated from the following file: