• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BlackBerry Dynamics Reachability Errors

Enumerations

enum  GDDiagnosticReachabilityErrorType {
  GDDiagnosticNoError =0,
  GDDiagnosticNoNetwork,
  GDDiagnosticNetworkChange,
  GDDiagnosticTimedOut
}
 Error codes for reachability checks. More...
 

Detailed Description

Enumeration Type Documentation

◆ GDDiagnosticReachabilityErrorType

These constants can be used for handling errors returned by BlackBerry Dynamics reachability diagnostic checks.

See also
GDDiagnostic class reference.
Enumerator
GDDiagnosticNoError 

No error.

GDDiagnosticNoNetwork 

No network connection.

GDDiagnosticNetworkChange 

Network changed during reachability check.

GDDiagnosticTimedOut 

Time out expired before reachability results could be generated.