SITRealTimeError Constants Reference

Declared in SITRealTimeError.h

SITRealTimeError

Type of error the real time manager can return.

  • kSITRealTimeErrorBadRequest: this happends when the SITRealTimeRequest is invalid
  • kSITRealTimeErrorUnableToFindBuilding: either the building does not exist or you are not allowed (you are not authorized) to access it

Definition

typedef NS_ENUM(NSInteger, SITRealTimeError ) {
   kSITRealTimeErrorBadRequest = 0,
   kSITRealTimeErrorUnableToFindBuilding,
};

Constants

kSITRealTimeErrorBadRequest
 An invalid request was provided

Declared In SITRealTimeError.h.

kSITRealTimeErrorUnableToFindBuilding
 The identifier of the building cannot be found on the account

Declared In SITRealTimeError.h.

Declared In

SITRealTimeError.h