CXErrorCodeCallDirectoryManagerError 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 directory manager errors.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXErrorCodeCallDirectoryManagerError
type CXErrorCodeCallDirectoryManagerError =
- Inheritance
-
CXErrorCodeCallDirectoryManagerError
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown error occured. |
NoExtensionFound | 1 | The extension could not be found. |
LoadingInterrupted | 2 | The loading of the directory extension was interrupted. |
EntriesOutOfOrder | 3 | |
DuplicateEntries | 4 | |
MaximumEntriesExceeded | 5 | The maximum number of directory entries was exceeded. |
ExtensionDisabled | 6 | The directory extension was disabled. |
CurrentlyLoading | 7 | |
UnexpectedIncrementalRemoval | 8 |