Declared in MSFKError.h

MSFKErrorCode

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.