LightlyEdge C++ SDK
Loading...
Searching...
No Matches
lightly_edge_sdk::Error Struct Reference

Error struct to hold error code and message. More...

#include <lightly_edge_error.h>

Public Member Functions

 Error (uint16_t code, std::string message)
 

Public Attributes

uint16_t code
 Error code.
 
std::string message
 Error message.
 

Detailed Description

Error struct to hold error code and message.

Member Data Documentation

◆ code

uint16_t lightly_edge_sdk::Error::code

Error code.

A non-zero error code.

◆ message

std::string lightly_edge_sdk::Error::message

Error message.

A non-empty string describing the error.


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