public interface ErrorDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
The address of the endorsing peer or ordering node that returned an error.
|
com.google.protobuf.ByteString |
getAddressBytes()
The address of the endorsing peer or ordering node that returned an error.
|
String |
getMessage()
The error message returned by this node.
|
com.google.protobuf.ByteString |
getMessageBytes()
The error message returned by this node.
|
String |
getMspId()
The MSP Identifier of this node.
|
com.google.protobuf.ByteString |
getMspIdBytes()
The MSP Identifier of this node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getAddress()
The address of the endorsing peer or ordering node that returned an error.
string address = 1 [json_name = "address"];
com.google.protobuf.ByteString getAddressBytes()
The address of the endorsing peer or ordering node that returned an error.
string address = 1 [json_name = "address"];
String getMspId()
The MSP Identifier of this node.
string msp_id = 2 [json_name = "mspId"];
com.google.protobuf.ByteString getMspIdBytes()
The MSP Identifier of this node.
string msp_id = 2 [json_name = "mspId"];
String getMessage()
The error message returned by this node.
string message = 3 [json_name = "message"];
com.google.protobuf.ByteString getMessageBytes()
The error message returned by this node.
string message = 3 [json_name = "message"];
Copyright © 2022. All rights reserved.