• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDNetUtility.GDNetUtilityErr Enum Reference

Enumerated constants for BlackBerry Dynamics net utility errors. More...

Description

This enumeration represents the type of a BlackBerry Dynamics net utility error. The onNslookupResponseFailure callback will receive one of these values in its errCode parameter.

Public Attributes

 GDNslookupErrTimeout =(GDNSLOOKUP_ERR_TIMEOUT)
 A time out occurred.
 
 GDNslookupErrNetworkError =(GDNSLOOKUP_ERR_NETWORK_ERROR)
 A network error occurred, for example the enterprise deployment couldn't be reached or the mobile data or Wi-Fi connection was lost.
 
 GDNslookupErrParsingResponseError =(GDNSLOOKUP_ERR_PARSING_RESPONSE_ERROR)
 The name service response couldn't be parsed.
 
 GDNslookupErrInternalError =(GDNSLOOKUP_ERR_INTERNAL_ERROR)
 An internal error occured.
 
 GDNslookupErrParameterError =(GDNSLOOKUP_ERR_PARAMETER_ERROR)
 One or more parameters to the lookup was invalid.
 
 GDNetUtilityErrCouldNotPerformService =(GDNSLOOKUP_ERR_CANT_PERFORM_SERVICE)
 A general error occurred.