MPConnectivityErrorCode Constants Reference
| Declared in | MPEnums.h |
|---|
MPConnectivityErrorCode
Definition
typedef NS_ENUM(NSUInteger, MPConnectivityErrorCode ) {
MPConnectivityErrorCodeUnknown = 0,
MPConnectivityErrorCodeNoConnection = 1,
MPConnectivityErrorCodeSSLCertificate = 2,
};
Constants
MPConnectivityErrorCodeUnknown-
Client side error: Unknown error.
Declared In
MPEnums.h. MPConnectivityErrorCodeNoConnection-
The device is not online. Please make sure you’ve initialized the mParticle SDK and that your device has an active network connection.
Declared In
MPEnums.h. MPConnectivityErrorCodeSSLCertificate-
Client side error: SSL connection failed to be established due to invalid server certificate. mParticle performs SSL pinning - you cannot use a proxy to read traffic.
Declared In
MPEnums.h.