FCXCallKitCallDirectoryManagerError class

Errors thrown by the CallKit on interacting with a call directory manager.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ERROR_CURRENTLY_LOADING → const String
ERROR_DUPLICATE_ENTRIES → const String
There are duplicate entries in the call directory.
ERROR_ENTRIES_OUT_OF_ORDER → const String
The entries in the call directory are out of order.
ERROR_EXTENSION_DISABLED → const String
The call directory extension isn’t enabled by the system.
ERROR_LOADING_INTERRUPTED → const String
The call directory manager was interrupted while loading the app extension.
ERROR_MAXIMUM_ENTRIES_EXCEEDED → const String
There are too many entries in the call directory.
ERROR_NO_EXTENSION_FOUND → const String
The call directory manager could not find a corresponding app extension.
ERROR_UNEXPECTED_INCREMENTAL_REMOVAL → const String
ERROR_UNKNOWN → const String
An unknown error occurred.