Gets or sets the error message.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "error")] [XmlElementAttribute("error")] public string ErrorMessage { get; set; }
<JsonPropertyAttribute(PropertyName := "error")> _ <XmlElementAttribute("error")> _ Public Property ErrorMessage As String Get Set
The error message.