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; }
Public Property ErrorCode As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32See Also