SendMessageByPhoneNumberResponse.DeliveryError Property

Definition

Error that caused this message to not be delivered. If the delivery_status is not 'error', this value will be null.

[System.Text.Json.Serialization.JsonPropertyName("delivery_error")]
public string DeliveryError { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("delivery_error")>]
member this.DeliveryError : string with get, set
Public Property DeliveryError As String

Property Value

Attributes

Applies to