MQTTAsync_failureData Struct Reference

The data returned on completion of an unsuccessful API call in the response callback onFailure. More...

#include <MQTTAsync.h>

Data Fields

MQTTAsync_token token
 A token identifying the failed request.
int code
 A numeric code identifying the error.
const char * message
 Optional text explaining the error.

Detailed Description

The data returned on completion of an unsuccessful API call in the response callback onFailure.


Field Documentation

A numeric code identifying the error.

Optional text explaining the error.

Can be NULL.

A token identifying the failed request.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 30 Jul 2017 for MQTT C Client Libraries Internals by  doxygen 1.6.1