Click or drag to resize

MessageInfoErrorCode Property

The error code of this message. If the message was unable to be delivered this property will contain the error code. Error codes are listed in the Message docs: https://www.twilio.com/docs/api/rest/message.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<int> ErrorCode { get; set; }

Property Value

Type: NullableInt32
See Also