Bit6Error Constants Reference
Declared in | Bit6Constants.h |
Bit6Error
Bit6 error constants
Definition
typedef NS_ENUM(NSInteger, Bit6Error ) {
Bit6Error_RecipientNotFound = 500,
Bit6Error_NotConnectedToInternet = NSURLErrorNotConnectedToInternet,
Bit6Error_MicNotAllowed = -6001,
Bit6Error_CameraNotAllowed = -6002,
Bit6Error_LocationNotAllowed = -6003,
Bit6Error_SessionNotInitiated = -6011,
Bit6Error_InvalidAddress = -6012,
Bit6Error_InsuficientParameters = -6013,
Bit6Error_InvalidSessionProvider = -6014,
Bit6Error_SaveToCacheFailed = -6021,
Bit6Error_FileDoesNotExists = -6022,
Bit6Error_FileDoesNotExistsWillDownload = -6023,
Bit6Error_FileDoesNotExistsOnServer = -6024,
Bit6Error_UnableToDeleteSendingMessage = -631,
Bit6Error_UnableToUpdateGroup = -632,
Bit6Error_GroupNotAccessible = -633,
Bit6Error_HTTPServerError = -6031,
Bit6Error_HTTPClientError = -6032,
Bit6Error_FailedToStartTheCallError = -6041,
Bit6Error_CallInProgressError = -6042,
Bit6Error_InvalidRESTAPICall = -6051,
Bit6Error_TransferDataChannelNotOpenError = -10001,
Bit6Error_TransferDataChannelUnknownError = -10002,
Bit6Error_TransferDataChannelBufferOverflowError = -10003,
};
Constants
Bit6Error_RecipientNotFound
-
The recipient was not found.
Declared In
Bit6Constants.h
. Bit6Error_NotConnectedToInternet
-
Internet connection not found.
Declared In
Bit6Constants.h
. Bit6Error_MicNotAllowed
-
Restricted access to the Microphone.
Declared In
Bit6Constants.h
. Bit6Error_CameraNotAllowed
-
Restricted access to the Camera.
Declared In
Bit6Constants.h
. Bit6Error_LocationNotAllowed
-
Restricted access to Location.
Declared In
Bit6Constants.h
. Bit6Error_SessionNotInitiated
-
Session hasn’t being initiated.
Declared In
Bit6Constants.h
. Bit6Error_InvalidAddress
-
Invalid Address.
Declared In
Bit6Constants.h
. Bit6Error_InsuficientParameters
-
Insuficient Parameters.
Declared In
Bit6Constants.h
. Bit6Error_InvalidSessionProvider
-
Invalid Session Provider.
Declared In
Bit6Constants.h
. Bit6Error_SaveToCacheFailed
-
Attachment wasn’t saved to cache.
Declared In
Bit6Constants.h
. Bit6Error_FileDoesNotExists
-
Attachment doesn’t exist in cache.
Declared In
Bit6Constants.h
. Bit6Error_FileDoesNotExistsWillDownload
-
Attachment doesn’t exist in cache, but it is being downloaded.
Declared In
Bit6Constants.h
. Bit6Error_FileDoesNotExistsOnServer
-
Attachment doesn’t exist in the server, probably because an error during the upload process.
Declared In
Bit6Constants.h
. Bit6Error_UnableToDeleteSendingMessage
-
Can’t delete a message with status Sending.
Declared In
Bit6Constants.h
. Bit6Error_UnableToUpdateGroup
-
Couldn’t make changes to the group.
Declared In
Bit6Constants.h
. Bit6Error_GroupNotAccessible
-
The group wasn’t found in the server. Probably because of not enough permissions to see it.
Declared In
Bit6Constants.h
. Bit6Error_HTTPServerError
-
An HTTP status = 5xx occur when interacting with the server.
Declared In
Bit6Constants.h
. Bit6Error_HTTPClientError
-
An HTTP status = 4xx occur when interacting with the server.
Declared In
Bit6Constants.h
. Bit6Error_FailedToStartTheCallError
-
Failed to Start the call.
Declared In
Bit6Constants.h
. Bit6Error_CallInProgressError
-
Can’t answer the call because another call is in progress.
Declared In
Bit6Constants.h
. Bit6Error_InvalidRESTAPICall
-
An HTTP status = 4xx occur when interacting with the server.
Declared In
Bit6Constants.h
. Bit6Error_TransferDataChannelNotOpenError
-
The Bit6Transfer failed because the data channel wasn’t open.
Declared In
Bit6Constants.h
. Bit6Error_TransferDataChannelUnknownError
-
The Bit6Transfer failed because of an unknown error.
Declared In
Bit6Constants.h
. Bit6Error_TransferDataChannelBufferOverflowError
-
The Bit6Transfer failed because of an buffer overflow error.
Declared In
Bit6Constants.h
.
Declared In
Bit6Constants.h