SITCommunicationError Constants Reference
Declared in | SITCommunicationError.h |
---|
SITCommunicationError
Error of the communication module.
- kSITCommunicationErrorNetwork: network error.
- kSITCommunicationErrorUnauthorized: you are not allowed to see this information.
- kSITCommunicationErrorBadRequest: parameters of the request are invalid.
- kSITCommunicationErrorNotFound: could not found the requested information.
- kSITCommunicationErrorPermissionDenied: premission denied.
- kSITCommunicationErrorTimeout: timeout received.
- kSITCommunicationErrorInternal: internal error.
Definition
typedef NS_ENUM(NSInteger, SITCommunicationError ) {
kSITCommunicationErrorNetwork = 0,
kSITCommunicationErrorUnauthorized,
kSITCommunicationErrorBadRequest,
kSITCommunicationErrorNotFound,
kSITCommunicationErrorPermissionDenied,
kSITCommunicationErrorTimeout,
kSITCommunicationErrorInternal,
};
Constants
kSITCommunicationErrorNetwork
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorUnauthorized
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorBadRequest
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorNotFound
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorPermissionDenied
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorTimeout
-
Error of the communication module.
Declared In
SITCommunicationError.h
. kSITCommunicationErrorInternal
-
Error of the communication module.
Declared In
SITCommunicationError.h
.
Declared In
SITCommunicationError.h