CallError enum
Call errors
Values
- notActivated → const CallError
-
Account not activated yet
- badCallURI → const CallError
-
Bad call URI
- notFound → const CallError
-
Destination not found
- forbidden → const CallError
-
Destination forbidden
- addressIncomplete → const CallError
-
Incomplete destination address
-
Account authorization failed
- connectionFailed → const CallError
-
Connection failed
- locationNoAccess → const CallError
-
Location access error
- locationNoBackgroundAccess → const CallError
-
Location background access error
- locationNoProvider → const CallError
-
Location no provider is available
- locationNotFullAccuracy → const CallError
-
Location full accuracy error
- androidLocationFakeDetected → const CallError
-
Fake location detected error
- androidPhoneAccountNotFound → const CallError
-
The user did not enable Phone Account in the phone app settings
- androidPermissionRequired → const CallError
-
The user did not grant the permission required to place or answer a call
- other → const CallError
-
Other error
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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