AWSPushManagerErrorType Constants Reference
| Declared in | AWSPushManager.h |
|---|
AWSPushManagerErrorType
The error code for AWSPushManagerErrorDomain.
Definition
typedef NS_ENUM(NSInteger, AWSPushManagerErrorType ) {
AWSPushManagerErrorTypeUnknown,
AWSPushManagerErrorTypeInvalidDeviceToken,
AWSPushManagerErrorTypeUnsubscribeFailed,
};
Constants
AWSPushManagerErrorTypeUnknown-
An unknown error. This should not happen.Declared In
AWSPushManager.h. AWSPushManagerErrorTypeInvalidDeviceToken-
The device token returned by the OS is invalid and cannot be processed.Declared In
AWSPushManager.h. AWSPushManagerErrorTypeUnsubscribeFailed-
Unsubscribe requests failed while disabling `PushManager`.Declared In
AWSPushManager.h.
Declared In
AWSPushManager.h