• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDServiceErrorCode Enum Reference

AppKinetics system error codes. More...

Description

The constants in this enumeration can be used for handling or generating errors when using AppKinetics.

Errors can be generated by the AppKinetics system itself, or by service provider applications working within the system. See the individual error codes' documentation for a description of when each code is to be used, and note the following.

The NotFound codes are for use when the service, service version, or method in a request is not offered by the provider application to which the request was sent.

The Disabled codes are for use when the service, service version, and method are generally offered by the provider application, but support is currently disabled by a policy setting or other condition that is, in principle, temporary.

Public Attributes

 GDServicesErrorGeneral =(Code.SERVICES_GENERAL)
 A general AppKinetics error occurred.
 
 GDServicesErrorApplicationNotFound =(Code.SERVICES_APP_NOT_FOUND)
 The service consumer sent a request to an application that couldn't be found on the device.
 
 GDServicesErrorServiceNotFound =(Code.SERVICES_SERVICE_NOT_FOUND)
 The service consumer sent a request that specified a service that is not supported by the service provider.
 
 GDServicesErrorServiceVersionNotFound =(Code.SERVICES_SERVICE_VERSION_NOT_FOUND)
 The service consumer sent a request that specified a service version that is not supported by the service provider.
 
 GDServicesErrorMethodNotFound =(Code.SERVICES_METHOD_NOT_FOUND)
 The service consumer sent a request that specified a method that is not supported by the service provider.
 
 GDServicesErrorNotAllowed =(Code.SERVICES_NOT_ALLOWED)
 The service consumer sent a request to an application that couldn't be unlocked.
 
 GDServicesErrorInvalidParams =(Code.SERVICES_INVALID_PARAMS)
 The application attempted to utilize an unsupported type as a service parameter, either in a service request or in a service response.
 
 GDServicesErrorInUse =(Code.SERVICES_IN_USE)
 The application attempted to access a service which is currently busy. More...
 
 GDServicesErrorCertificateNotFound =(Code.SERVICES_CERTIFICATE_NOT_FOUND)
 The application attempted to establish a connection but could not find a valid X509 certificate.
 
 GDServicesErrorMethodDisabled =(Code.SERVICES_METHOD_DISABLED)
 The service consumer sent a request that specified a method that has been disabled in the service provider.
 
 GDServicesErrorVersionDisabled =(Code.SERVICES_VERSION_DISABLED)
 The service consumer sent a request that specified a service version that has been disabled in the service provider.
 
 GDServicesErrorServiceDisabled =(Code.SERVICES_SERVICE_DISABLED)
 The service consumer sent a request that specified a service that has been disabled in the service provider.
 
 GDServicesErrorEnterpriseUserNotMatch =(Code.SERVICES_ENTERPRISE_USER_NOT_MATCH)
 The service consumer sent a request to the provider that is provisioned for a different enterprise user.
 
 GDServicesErrorCustom =()
 A custom error occurred, specific to the service or service provider. Check the getCustomError value.
 

Member Data Documentation

◆ GDServicesErrorInUse

GDServicesErrorInUse =(Code.SERVICES_IN_USE)

The request can be retried again later.