SITDirectionsError Constants Reference

Declared in SITDirectionsError.h

SITDirectionsError

Error of the directions module

  • kSITDirectionsErrorNetwork: a network error
  • kSITDirectionsErrorUnauthorized: you are not allowed to use that information
  • kSITDirectionsErrorBadRequest: parameters are invalid

Definition

typedef NS_ENUM(NSInteger, SITDirectionsError ) {
   kSITDirectionsErrorNetwork = 0,
   kSITDirectionsErrorUnauthorized,
   kSITDirectionsErrorBadRequest,
};

Constants

kSITDirectionsErrorNetwork

Error of the directions module

Declared In SITDirectionsError.h.

kSITDirectionsErrorUnauthorized

Error of the directions module

Declared In SITDirectionsError.h.

kSITDirectionsErrorBadRequest

Error of the directions module

Declared In SITDirectionsError.h.

Declared In

SITDirectionsError.h