Values.PhoneNumberErrorSourceIf 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.
type nonrec t = {phoneNumberId : NonEmptyString.t option;The phone number ID for which the action failed.
*)errorCode : ErrorCode.t option;The error code.
*)errorMessage : String_.t option;The error message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]