SDKErrorCode
enum SDKErrorCode : NSInteger {}
Constants indicating the Sdk error codes.
-
Code returned when all went as intended.
Declaration
Objective-C
SDKErrorCodeKNoError = 0
-
General error.
Declaration
Objective-C
SDKErrorCodeKGeneral = -1
-
Activation required to perform the request.
Declaration
Objective-C
SDKErrorCodeKActivation = -2
-
Operation canceled.
Declaration
Objective-C
SDKErrorCodeKCancel = -3
-
Feature not supported.
Declaration
Objective-C
SDKErrorCodeKNotSupported = -4
-
Item already exists.
Declaration
Objective-C
SDKErrorCodeKExist = -5
-
I/O error.
Declaration
Objective-C
SDKErrorCodeKIo = -6
-
Access denied.
Declaration
Objective-C
SDKErrorCodeKAccessDenied = -7
-
Read-only drive.
Declaration
Objective-C
SDKErrorCodeKReadonlyDrive = -8
-
Not enough disk space available.
Declaration
Objective-C
SDKErrorCodeKNoDiskSpace = -9
-
Item in use.
Declaration
Objective-C
SDKErrorCodeKInUse = -10
-
Required item not found.
Declaration
Objective-C
SDKErrorCodeKNotFound = -11
-
Index out of range.
Declaration
Objective-C
SDKErrorCodeKOutOfRange = -12
-
Content was updated.
Declaration
Objective-C
SDKErrorCodeKInvalidated = -13
-
Not enough memory to complete the request.
Declaration
Objective-C
SDKErrorCodeKNoMemory = -14
-
Invalid input provided.
Declaration
Objective-C
SDKErrorCodeKInvalidInput = -15
-
Reduced results returned.
Declaration
Objective-C
SDKErrorCodeKReducedResult = -16
-
Additional data required.
Declaration
Objective-C
SDKErrorCodeKRequired = -17
-
No route possible.
Declaration
Objective-C
SDKErrorCodeKNoRoute = -18
-
One or more way points not accessible.
Declaration
Objective-C
SDKErrorCodeKWaypointAccess = -19
-
Requested route is too long.
Declaration
Objective-C
SDKErrorCodeKRouteTooLong = -20
-
Operation internally aborted.
Declaration
Objective-C
SDKErrorCodeKInternalAbort = -21
-
Connection failed.
Declaration
Objective-C
SDKErrorCodeKConnection = -22
-
Network connection failed.
Declaration
Objective-C
SDKErrorCodeKNetworkFailed = -23
-
No connection available.
Declaration
Objective-C
SDKErrorCodeKNoConnection = -24
-
Connection required to perform the request.
Declaration
Objective-C
SDKErrorCodeKConnectionRequired = -25
-
Data sending failed.
Declaration
Objective-C
SDKErrorCodeKSendFailed = -26
-
Data receiving failed.
Declaration
Objective-C
SDKErrorCodeKRecvFailed = -27
-
Operation could not start.
Declaration
Objective-C
SDKErrorCodeKCouldNotStart = -28
-
Network operation timeout.
Declaration
Objective-C
SDKErrorCodeKNetworkTimeout = -29
-
Network couldn’t resolve host
Declaration
Objective-C
SDKErrorCodeKNetworkCouldntResolveHost = -30
-
Network couldn’t resolve proxy
Declaration
Objective-C
SDKErrorCodeKNetworkCouldntResolveProxy = -31
-
Network couldn’t resume download
Declaration
Objective-C
SDKErrorCodeKNetworkCouldntResume = -32
-
Not logged in.
Declaration
Objective-C
SDKErrorCodeKNotLoggedIn = -33
-
Operation suspended/paused.
Declaration
Objective-C
SDKErrorCodeKSuspended = -34
-
Content is up-to-date.
Declaration
Objective-C
SDKErrorCodeKUpToDate = -35
-
Internal engine resource is missing
Declaration
Objective-C
SDKErrorCodeKResourceMissing = -36
-
Internal operation aborted due to timer timeout
Declaration
Objective-C
SDKErrorCodeKOperationTimeout = -37
-
Requested operation cannot be performed. Internal limit reached.
Declaration
Objective-C
SDKErrorCodeKBusy = -38
-
Content is expired.
Declaration
Objective-C
SDKErrorCodeKExpired = -39
-
The engine needs to be initialized before calling this
Declaration
Objective-C
SDKErrorCodeKEngineNotInitialized = -40
-
Operation couldn’t be completed but was scheduled for later.
Declaration
Objective-C
SDKErrorCodeKScheduled = -41
-
Network SSL connect error
Declaration
Objective-C
SDKErrorCodeKSSLConnectFail = -42
-
Device has low battery.
Declaration
Objective-C
SDKErrorCodeKLowBattery = -43
-
Device is overheated.
Declaration
Objective-C
SDKErrorCodeKOverheated = -44
-
Missing SDK capability.
Declaration
Objective-C
SDKErrorCodeKMissingCapability = -45
-
Recorded log is too short
Declaration
Objective-C
SDKErrorCodeRecordedLogTooShort = -46