phoneNumberErrors property

List<PhoneNumberError>? phoneNumberErrors
final

If the 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.

Implementation

final List<PhoneNumberError>? phoneNumberErrors;