Class MirrorError
Mirror Call Error Message detail object
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class MirrorError
Properties
| Edit this page View SourceData
Any EVM result data returned from the mirror node if applicable.
Declaration
[JsonPropertyName("data")]
public EncodedParams Data { get; set; }
Property Value
| Type | Description |
|---|---|
| EncodedParams |
Detail
Any detail returned from the mirror node
Declaration
[JsonPropertyName("detail")]
public string Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Summary of the error
Declaration
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |