Contiki-NG
Loading...
Searching...
No Matches
edhoc_error_context_t Struct Reference

Error context structure for debugging. More...

#include <os/net/security/edhoc/edhoc-error.h>

Data Fields

edhoc_error_t code
 Error code.
const char * file
 Source file where error occurred.
int line
 Line number where error occurred.
const char * function
 Function where error occurred.
const char * message
 Additional error message.

Detailed Description

Error context structure for debugging.

This structure provides detailed context information about where an error occurred, useful for debugging and logging.

Definition at line 153 of file edhoc-error.h.