SendMessageByPhoneNumberResponse.DeliveryError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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