io.axoniq.axonserver.grpc.ErrorMessageOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.axoniq.axonserver.grpc;
public interface ErrorMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.ErrorMessage)
com.google.protobuf.MessageOrBuilder {
/**
*
* A human readable message explaining the error
*
*
* string message = 1;
*/
java.lang.String getMessage();
/**
*
* A human readable message explaining the error
*
*
* string message = 1;
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
*
* A description of the location (client component, server) where the error occurred
*
*
* string location = 2;
*/
java.lang.String getLocation();
/**
*
* A description of the location (client component, server) where the error occurred
*
*
* string location = 2;
*/
com.google.protobuf.ByteString
getLocationBytes();
/**
*
* A collection of messages providing more details about root causes of the error
*
*
* repeated string details = 3;
*/
java.util.List
getDetailsList();
/**
*
* A collection of messages providing more details about root causes of the error
*
*
* repeated string details = 3;
*/
int getDetailsCount();
/**
*
* A collection of messages providing more details about root causes of the error
*
*
* repeated string details = 3;
*/
java.lang.String getDetails(int index);
/**
*
* A collection of messages providing more details about root causes of the error
*
*
* repeated string details = 3;
*/
com.google.protobuf.ByteString
getDetailsBytes(int index);
/**
*
* An Error Code identifying the type of error
*
*
* string error_code = 4;
*/
java.lang.String getErrorCode();
/**
*
* An Error Code identifying the type of error
*
*
* string error_code = 4;
*/
com.google.protobuf.ByteString
getErrorCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy