MQTT C Client Libraries Internals
Data Fields
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. More...
 
int code
 A numeric code identifying the error. More...
 
const char * message
 Optional text explaining the error. More...
 

Detailed Description

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

Field Documentation

◆ code

int MQTTAsync_failureData::code

A numeric code identifying the error.

◆ message

const char* MQTTAsync_failureData::message

Optional text explaining the error.

Can be NULL.

◆ token

MQTTAsync_token MQTTAsync_failureData::token

A token identifying the failed request.


The documentation for this struct was generated from the following file: