WKErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | An error did not occur. |
UnknownError | 1 | An error of indeterminate type occurred. |
RequestReplyNotCalledError | 2 | |
InvalidArgumentError | 3 | |
MediaPlayerError | 4 | |
DownloadError | 5 | |
RecordingFailedError | 6 |