Class ErrorResponse
Inherited Members
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ErrorResponse
Properties
| Edit this page View SourceData
Declaration
[JsonProperty("data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Message
Declaration
[JsonProperty("message", Required = Required.Always)]
[Required]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |