org.hyperledger.fabric.protos.gateway.ErrorDetailOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gateway;
public interface ErrorDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.ErrorDetail)
com.google.protobuf.MessageOrBuilder {
/**
*
* The address of the endorsing peer or ordering node that returned an error.
*
*
* string address = 1 [json_name = "address"];
* @return The address.
*/
java.lang.String getAddress();
/**
*
* The address of the endorsing peer or ordering node that returned an error.
*
*
* string address = 1 [json_name = "address"];
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* The MSP Identifier of this node.
*
*
* string msp_id = 2 [json_name = "mspId"];
* @return The mspId.
*/
java.lang.String getMspId();
/**
*
* The MSP Identifier of this node.
*
*
* string msp_id = 2 [json_name = "mspId"];
* @return The bytes for mspId.
*/
com.google.protobuf.ByteString
getMspIdBytes();
/**
*
* The error message returned by this node.
*
*
* string message = 3 [json_name = "message"];
* @return The message.
*/
java.lang.String getMessage();
/**
*
* The error message returned by this node.
*
*
* string message = 3 [json_name = "message"];
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy