• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BlackBerry Dynamics Name Service Error Domain

These constants can be used when handling BlackBerry Dynamics name service lookup errors, in the results handling block of an nslookup call. More...

Enumerations

enum  GDNslookupErr {
  GDNslookupErrTimeout = 100,
  GDNslookupErrHostNotListed,
  GDNslookupErrNetworkError = 102,
  GDNslookupErrParsingResponseError = 103,
  GDNslookupErrInternalError = 104,
  GDNslookupErrParameterError = 105,
  GDNetUtilityErrCouldNotPerformService = 500
}
 

Variables

NSString *const GDNetUtilityErrorDomain
 The error domain for BlackBerry Dynamics proxy infrastructure utility errors. More...
 

Detailed Description

Enumeration Type Documentation

◆ GDNslookupErr

Enumerator
GDNslookupErrTimeout 

A time out occurred.

GDNslookupErrHostNotListed 
Deprecated:
This code was for the following condition: The host looked up isn't listed for client connection in the enterprise management console. Unlisted hosts can now be looked up so this code is no longer required.
GDNslookupErrNetworkError 

A network error occurred, for example the enterprise deployment couldn't be reached or the mobile data or Wi-Fi connection was lost.

GDNslookupErrParsingResponseError 

The name service response couldn't be parsed.

GDNslookupErrInternalError 

An internal error occured.

GDNslookupErrParameterError 

One or more parameters to the lookup was invalid.

GDNetUtilityErrCouldNotPerformService 

A general error occurred.

Variable Documentation

◆ GDNetUtilityErrorDomain

NSString* const GDNetUtilityErrorDomain