Enum MirrorGrpcExceptionCode
Status codes identifying the type of error encountered during mirror gRPC streaming.
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public enum MirrorGrpcExceptionCode
Fields
| Name | Description |
|---|---|
| CommunicationError | The Mirror Node returned an unknown error code or suffered a gRPC communication error. |
| InvalidTopicAddress | An entity exists with the specified address but it is not a topic. |
| TopicNotFound | No entity was found to exist at the specified address. |
| Unavailable | The Mirror Node is presently not available to service requests. |