• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDAppResultCode.h
Go to the documentation of this file.
1 /*
2  * (c) 2017 BlackBerry Limited. All rights reserved.
3  *
4  */
5 
6 #pragma once
7 
8 #import <Foundation/Foundation.h>
9 
15 typedef NS_ENUM(NSInteger, GDAppEventType)
16 {
29 
50 
57 
62 
67 
74 
86 
99 };
100 
114 typedef NS_ENUM(NSInteger, GDAppResultCode)
115 {
118 
125 
132 
139 
160 
178 
191 
204 
220  GDErrorWiped = -302,
221 
234 
243 
247 
255 
264 
276 
283 
290 };
GDErrorAppDenied
@ GDErrorAppDenied
User not entitled. Authorization processing has completed, but the user isn't entitled to use this ap...
Definition: GDAppResultCode.h:159
GDAppEventServicesUpdate
@ GDAppEventServicesUpdate
A change to services-related configuration of one or more applications has been received....
Definition: GDAppResultCode.h:61
GDAppEventBackgroundAuthorized
@ GDAppEventBackgroundAuthorized
The application has been authorized to access its data as a result of the system starting the applica...
Definition: GDAppResultCode.h:85
GDErrorProgrammaticActivationCredentialsFailed
@ GDErrorProgrammaticActivationCredentialsFailed
Programmatic activation credentials failed. The credential values supplied for programmatic activatio...
Definition: GDAppResultCode.h:263
GDErrorProgrammaticActivationAppIntegrityFailed
@ GDErrorProgrammaticActivationAppIntegrityFailed
Programmatic activation application integrity check failed. App integrity check failure occurred duri...
Definition: GDAppResultCode.h:282
GDErrorAppVersionNotEntitled
@ GDErrorAppVersionNotEntitled
User not entitled to this version. Authorization processing has completed, but the user isn't entitle...
Definition: GDAppResultCode.h:177
GDAppEventNotAuthorized
@ GDAppEventNotAuthorized
Either the user hasn't been authorized to access the application and its data, following authorizatio...
Definition: GDAppResultCode.h:49
GDErrorSecurityError
@ GDErrorSecurityError
Internal error: Secure store couldn't be unlocked.
Definition: GDAppResultCode.h:246
GDErrorProgrammaticActivationNoNetwork
@ GDErrorProgrammaticActivationNoNetwork
Programmatic activation connection failed. It wasn't possible to establish a data connection for prog...
Definition: GDAppResultCode.h:254
GDAppEventRemoteSettingsUpdate
@ GDAppEventRemoteSettingsUpdate
A change to application configuration or other settings from the enterprise has been received....
Definition: GDAppResultCode.h:56
GDErrorProgrammaticActivationServerCommsFailed
@ GDErrorProgrammaticActivationServerCommsFailed
Programmatic activation server communication failed. A data connection was established but communicat...
Definition: GDAppResultCode.h:275
GDAppResultCode
GDAppResultCode
Constants for GDAppEvent result code.
Definition: GDAppResultCode.h:114
GDErrorIdleLockout
@ GDErrorIdleLockout
User inactive. The enterprise's security policies specify a time after which the application is to be...
Definition: GDAppResultCode.h:190
GDErrorPasswordChangeRequired
@ GDErrorPasswordChangeRequired
Password change required. The user's security password has expired, or no longer complies with enterp...
Definition: GDAppResultCode.h:242
GDErrorWiped
@ GDErrorWiped
Policy violation wipe. The enterprise's security policies specify a condition under which the secure ...
Definition: GDAppResultCode.h:220
GDErrorNone
@ GDErrorNone
Used for all non-failure events.
Definition: GDAppResultCode.h:117
GDErrorActivationFailed
@ GDErrorActivationFailed
Device activation failed. Device activation is part of authorization processing. This code notifies t...
Definition: GDAppResultCode.h:124
GDAppEventBackgroundNotAuthorized
@ GDAppEventBackgroundNotAuthorized
The application hasn't been authorized to access its data, following background authorization process...
Definition: GDAppResultCode.h:98
GDErrorProvisioningFailed
@ GDErrorProvisioningFailed
Enterprise activation failed. Enterprise activation is part of authorization processing....
Definition: GDAppResultCode.h:131
GDErrorPushConnectionTimeout
@ GDErrorPushConnectionTimeout
Connection to the Push Channel service failed but is required to complete authorization....
Definition: GDAppResultCode.h:138
GDErrorBlocked
@ GDErrorBlocked
Policy violation block. The enterprise's security policies specify a condition under which access is ...
Definition: GDAppResultCode.h:203
GDAppEventAuthorized
@ GDAppEventAuthorized
Either the user has been authorized to access the application and its data, following authorization p...
Definition: GDAppResultCode.h:28
GDAppEventEntitlementsUpdate
@ GDAppEventEntitlementsUpdate
A change to the entitlements data of the end user has been received. If the entitlements of the end u...
Definition: GDAppResultCode.h:73
GDAppEventPolicyUpdate
@ GDAppEventPolicyUpdate
A change to one or more application-specific policy settings has been received. See under getApplicat...
Definition: GDAppResultCode.h:66
GDErrorRemoteLockout
@ GDErrorRemoteLockout
Remote lock-out. Either a remote lock command has been received from the enterprise management consol...
Definition: GDAppResultCode.h:233
GDAppEventType
GDAppEventType
Constants for GDAppEvent type.
Definition: GDAppResultCode.h:15
GDErrorProgrammaticActivationUnknown
@ GDErrorProgrammaticActivationUnknown
Programmatic activation failed. A general failure occurred during programmatic activation processing....
Definition: GDAppResultCode.h:289