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
Declared In
SITRealTimeError.h