aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Attributes | List of all members
Aws::Crt::Mqtt::OnConnectionFailureData Struct Reference

#include <MqttConnection.h>

Public Attributes

int error
 

Detailed Description

The data returned when the connection failure callback is invoked in a connection.

Member Data Documentation

int Aws::Crt::Mqtt::OnConnectionFailureData::error

The AWS CRT error code for the connection failure. Use Aws::Crt::ErrorDebugString to get a human readable string from the error code.


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