MQTTAsync_failureData - Man Page
Synopsis
#include <MQTTAsync.h>
Data Fields
MQTTAsync_token token
int code
const char * message
Detailed Description
The data returned on completion of an unsuccessful API call in the response callback onFailure.
Field Documentation
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. Can be NULL.
Author
Generated automatically by Doxygen for Paho Asynchronous MQTT C Client Library from the source code.
Info
Thu Jul 18 2024 00:00:00 Paho Asynchronous MQTT C Client Library