#include <MQTTAsync.h>
Public Attributes | |
int | code |
const char * | message |
MQTTAsync_token | token |
The data returned on completion of an unsuccessful API call in the response callback onFailure.
Definition at line 511 of file MQTTAsync.h.
int MQTTAsync_failureData::code |
A numeric code identifying the error.
Definition at line 516 of file MQTTAsync.h.
const char* MQTTAsync_failureData::message |
Optional text explaining the error. Can be NULL.
Definition at line 518 of file MQTTAsync.h.
MQTTAsync_token MQTTAsync_failureData::token |
A token identifying the failed request.
Definition at line 514 of file MQTTAsync.h.