WKErrorCode Enum

Definition

Enumerates error codes relevant to Watch Kit programming.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKErrorCode
type WKErrorCode = 
Inheritance
WKErrorCode
Attributes

Fields

DownloadError 5
InvalidArgumentError 3
MediaPlayerError 4
None 0

An error did not occur.

RecordingFailedError 6
RequestReplyNotCalledError 2
UnknownError 1

An error of indeterminate type occurred.

Applies to