CXErrorCodeCallDirectoryManagerError Enum

Definition

Enumerates directory manager errors.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXErrorCodeCallDirectoryManagerError
type CXErrorCodeCallDirectoryManagerError = 
Inheritance
CXErrorCodeCallDirectoryManagerError
Attributes

Fields

CurrentlyLoading 7
DuplicateEntries 4
EntriesOutOfOrder 3
ExtensionDisabled 6

The directory extension was disabled.

LoadingInterrupted 2

The loading of the directory extension was interrupted.

MaximumEntriesExceeded 5

The maximum number of directory entries was exceeded.

NoExtensionFound 1

The extension could not be found.

UnexpectedIncrementalRemoval 8
Unknown 0

An unknown error occured.

Applies to