BITAuthenticatorReason Constants Reference
| Declared in | HockeySDK.h |
BITAuthenticatorReason
HockeySDK Authenticator error domain
Definition
typedef NS_ENUM(NSInteger, BITAuthenticatorReason ) {
BITAuthenticatorErrorUnknown,
BITAuthenticatorNetworkError,
BITAuthenticatorAPIServerReturnedInvalidResponse,
BITAuthenticatorNotAuthorized,
BITAuthenticatorUnknownApplicationID,
BITAuthenticatorAuthorizationSecretMissing,
BITAuthenticatorNotIdentified,
};
Constants
BITAuthenticatorErrorUnknown-
Unknown error
Declared In
HockeySDK.h. BITAuthenticatorNetworkError-
Network error
Declared In
HockeySDK.h. BITAuthenticatorAPIServerReturnedInvalidResponse-
API Server returned invalid response
Declared In
HockeySDK.h. BITAuthenticatorNotAuthorized-
Not Authorized
Declared In
HockeySDK.h. BITAuthenticatorUnknownApplicationID-
Unknown Application ID (configuration error)
Declared In
HockeySDK.h. BITAuthenticatorAuthorizationSecretMissing-
Authorization secret missing
Declared In
HockeySDK.h. BITAuthenticatorNotIdentified-
Not yet identified
Declared In
HockeySDK.h.
Declared In
HockeySDK.h