Upravit

Sdílet prostřednictvím


CLSErrorCode Enum

Definition

Enumerates ClassKit error codes.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CLSErrorCode
type CLSErrorCode = 
Inheritance
CLSErrorCode
Attributes

Fields

Name Value Description
None 0

No error occurred.

ClassKitUnavailable 1

ClassKit was not available

InvalidArgument 2

An argument was invalid.

InvalidModification 3

An attempt was made to modify a read-only value.

AuthorizationDenied 4

Authorization for the operation was denied.

DatabaseInaccessible 5

A database could not be accessed.

Limits 6

An unspecified limit was exceeded.

InvalidCreate 7

An attempt was made to save a created object that is identical to an existing one.

InvalidUpdate 8

An update failed.

PartialFailure 9

More than one error occurred, so the topmost error has an underlying error or errors.

Applies to