Class ErrorResponse
An error response with optional data field.
Inheritance
ErrorResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ErrorResponse
Properties
|
Edit this page
View Source
Data
Declaration
[JsonProperty("data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("data")]
public JObject Data { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message", Required = Required.Always)]
[Key("message")]
[Required]
public string Message { get; set; }
Property Value