![]() |
helics
3.4.0
|
#include <api-data.h>
Public Attributes | |
int32_t | error_code |
const char * | message |
helics error object
if error_code==0 there is no error, if error_code!=0 there is an error and message will contain a string, otherwise it will be an empty string
int32_t HelicsError::error_code |
an error code associated with the error
Referenced by helicsCreateBroker(), helicsCreateBrokerFromArgs(), helicsCreateCore(), helicsCreateCoreFromArgs(), helicsErrorClear(), helicsErrorInitialize(), and helicscpp::hThrowOnError::~hThrowOnError().
const char* HelicsError::message |
a message associated with the error
Referenced by helicsCreateBroker(), helicsCreateBrokerFromArgs(), helicsCreateCore(), helicsCreateCoreFromArgs(), helicsErrorClear(), helicsErrorInitialize(), and helicscpp::hThrowOnError::~hThrowOnError().