Class ErrorResponse
Inheritance
object
ErrorResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ErrorResponse
Properties
| Improve this Doc 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 |