Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
ots_error_t Struct Reference

Error structure for exception handling. More...

#include <ots.h>

Public Attributes

int32_t code
 
char message [OTS_MAX_ERROR_MESSAGE]
 
char location [OTS_MAX_ERROR_LOCATION]
 

Detailed Description

Error structure for exception handling.

Member Data Documentation

◆ code

int32_t ots_error_t::code

Error code, 0 for success

◆ location

char ots_error_t::location[OTS_MAX_ERROR_LOCATION]

Error location

◆ message

char ots_error_t::message[OTS_MAX_ERROR_MESSAGE]

Error message


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