#include <MQTTAsync.h>
Public Attributes | |
int | code |
const char * | message |
int | packet_type |
MQTTProperties | properties |
enum MQTTReasonCodes | reasonCode |
char | struct_id [4] |
int | struct_version |
MQTTAsync_token | token |
The data returned on completion of an unsuccessful API call in the response callback onFailure.
Definition at line 523 of file MQTTAsync.h.
int MQTTAsync_failureData5::code |
A numeric code identifying the MQTT client library error.
Definition at line 536 of file MQTTAsync.h.
const char* MQTTAsync_failureData5::message |
Optional further text explaining the error. Can be NULL.
Definition at line 538 of file MQTTAsync.h.
int MQTTAsync_failureData5::packet_type |
Packet type on which the failure occurred - used for publish QoS 1/2 exchanges
Definition at line 540 of file MQTTAsync.h.
MQTTProperties MQTTAsync_failureData5::properties |
The MQTT properties on the ack, if any.
Definition at line 534 of file MQTTAsync.h.
enum MQTTReasonCodes MQTTAsync_failureData5::reasonCode |
The MQTT reason code returned.
Definition at line 532 of file MQTTAsync.h.
char MQTTAsync_failureData5::struct_id[4] |
The eyecatcher for this structure. Will be MQFD.
Definition at line 526 of file MQTTAsync.h.
int MQTTAsync_failureData5::struct_version |
The version number of this structure. Will be 0
Definition at line 528 of file MQTTAsync.h.
MQTTAsync_token MQTTAsync_failureData5::token |
A token identifying the failed request.
Definition at line 530 of file MQTTAsync.h.