|
Offline Transaction Signing (OTS) 0.1.0
|
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] |
Error structure for exception handling.
| int32_t ots_error_t::code |
Error code, 0 for success
| char ots_error_t::location[OTS_MAX_ERROR_LOCATION] |
Error location
| char ots_error_t::message[OTS_MAX_ERROR_MESSAGE] |
Error message