PhoneNumberError class

If the phone number action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

Constructors

PhoneNumberError({ErrorCode? errorCode, String? errorMessage, String? phoneNumberId})
PhoneNumberError.fromJson(Map<String, dynamic> json)
factory

Properties

errorCode ErrorCode?
The error code.
final
errorMessage String?
The error message.
final
hashCode int
The hash code for this object.
no setterinherited
phoneNumberId String?
The phone number ID for which the action failed.
final
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