Enum MirrorExceptionCode
Pre-Check and Receipt Response Codes - 1to1 mapping with protobuf ResponseCodeEnum
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public enum MirrorExceptionCode
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. |