#include <kii_thing_if.h>
Data Fields | |
kii_thing_if_error_code_t | code |
int | http_status_code |
char | error_code [64] |
Error information of thing-if ThingSDK.
kii_thing_if_error_code_t kii_thing_if_error_t::code |
Error code.
char kii_thing_if_error_t::error_code[64] |
Error code.
If kii_thing_if_error_t::code is KII_THING_IF_ERROR_HTTP, this value is set. Otherwise functions does not change this value.
int kii_thing_if_error_t::http_status_code |
HTTP status code.
If kii_thing_if_error_t::code is KII_THING_IF_ERROR_HTTP, this value is set. Otherwise 0.