CastingConnectionErrorStatus CastingConnectionErrorStatus CastingConnectionErrorStatus CastingConnectionErrorStatus Enum

Definition

Indicates the error status when starting or ending a casting connection.

public : enum class CastingConnectionErrorStatuspublic enum CastingConnectionErrorStatusPublic Enum CastingConnectionErrorStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

DeviceDidNotRespond DeviceDidNotRespond DeviceDidNotRespond DeviceDidNotRespond

The device did not respond to the attempt to start or end theconnection.

DeviceError DeviceError DeviceError DeviceError

The device returned an error when attempting to start or end the connection.

DeviceLocked DeviceLocked DeviceLocked DeviceLocked

The device was locked and a start or end the connection could not be made.

InvalidCastingSource InvalidCastingSource InvalidCastingSource InvalidCastingSource

The casting source was invalid.

ProtectedPlaybackFailed ProtectedPlaybackFailed ProtectedPlaybackFailed ProtectedPlaybackFailed

The device could not provide protected playback.

Succeeded Succeeded Succeeded Succeeded

Starting or ending the connection was successful.

Unknown Unknown Unknown Unknown

An unknown error occurred when attempting to start or end the connection.