MSFKErrorCode Constants Reference
| Declared in | MSFKError.h |
MSFKErrorCode
Definition
typedef NS_ENUM(NSInteger, MSFKErrorCode ) {
MSFKErrorCodeNetworkError = 1,
MSFKErrorCodeTimeout = 2,
MSFKErrorCodeDeviceAuthenticationFailure = 3,
MSFKErrorCodeInvalidRequest = 4,
MSFKErrorCodeCancelled = 5,
MSFKErrorCodeNotAllowed = 6,
MSFKErrorCodeApplicationNotFound = 7,
MSFKErrorCodeApplicationNotRunning = 8,
MSFKErrorCodeAppDidEnterBackground = 91,
MSFKErrorCodeDisconnected = 92,
MSFKErrorCodeDuplicateRequest = 93,
MSFKErrorCodeMediaLoadFailed = 94,
MSFKErrorCodeInvalidMediaPlayerState = 95,
MSFKErrorCodeUnknown = 99,
};
Constants
MSFKErrorCodeNetworkError-
Error code indicating a network I/O error.
Declared In
MSFKError.h. MSFKErrorCodeTimeout-
Error code indicating that an operation has timed out.
Declared In
MSFKError.h. MSFKErrorCodeDeviceAuthenticationFailure-
Error code indicating an authentication error.
Declared In
MSFKError.h. MSFKErrorCodeInvalidRequest-
Error code indicating that an invalid request was made.
Declared In
MSFKError.h. MSFKErrorCodeCancelled-
Error code indicating that an in-progress request has been cancelled, most likely because another action has preempted it.
Declared In
MSFKError.h. MSFKErrorCodeNotAllowed-
Error code indicating that the request was disallowed and could not be completed.
Declared In
MSFKError.h. MSFKErrorCodeApplicationNotFound-
Error code indicating that a requested application could not be found.
Declared In
MSFKError.h. MSFKErrorCodeApplicationNotRunning-
Error code indicating that a requested application is not currently running.
Declared In
MSFKError.h. MSFKErrorCodeAppDidEnterBackground-
Error code indicating the app entered the bMSFKground.
Declared In
MSFKError.h. MSFKErrorCodeDisconnected-
Error code indicating a disconnection occurred during the request.
Declared In
MSFKError.h. MSFKErrorCodeDuplicateRequest-
Error code indicating that a request could not be made because the same type of request is still in process.
Declared In
MSFKError.h. MSFKErrorCodeMediaLoadFailed-
Error code indicating that a media load failed on the receiver side.
Declared In
MSFKError.h. MSFKErrorCodeInvalidMediaPlayerState-
Error code indicating that a media media command failed because of the media player state.
Declared In
MSFKError.h. MSFKErrorCodeUnknown-
Error code indicating that an unknown, unexpected error has occurred.
Declared In
MSFKError.h.