Show / Hide Table of Contents

Class MirrorError

Mirror Call Error Message detail object

Inheritance
object
MirrorError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class MirrorError

Properties

| Edit this page View Source

Data

Any EVM result data returned from the mirror node if applicable.

Declaration
[JsonPropertyName("data")]
public EncodedParams Data { get; set; }
Property Value
Type Description
EncodedParams
| Edit this page View Source

Detail

Any detail returned from the mirror node

Declaration
[JsonPropertyName("detail")]
public string Detail { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Message

Summary of the error

Declaration
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph