ISEErrorCode Constants Reference
Declared in | ISTypes.h |
---|
ISEErrorCode
@enum Enum used to handle INSITEO error codes.
Definition
typedef NS_ENUM(NSInteger, ISEErrorCode ) {
ISEErrorCodeUnknown = 0,
ISEErrorCodeInternal,
ISEErrorCodeInitializeApi,
ISEErrorCodeStartSite,
ISEErrorCodeUpdateSite,
ISEErrorCodeItinerary,
ISEErrorCodeLocation,
};
Constants
ISEErrorCodeUnknown
-
Unknown error code.
Declared In
ISTypes.h
. ISEErrorCodeInternal
-
Internal error code.
Declared In
ISTypes.h
. ISEErrorCodeInitializeApi
-
Error during SDK initialization.
Declared In
ISTypes.h
. ISEErrorCodeStartSite
-
Error while starting a site.
Declared In
ISTypes.h
. ISEErrorCodeUpdateSite
-
Error while updating a site.
Declared In
ISTypes.h
. ISEErrorCodeItinerary
-
Itinerary error.
Declared In
ISTypes.h
. ISEErrorCodeLocation
-
Location error.
Declared In
ISTypes.h
.
Declared In
ISTypes.h