
alluxio.grpc.ErrorInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/alluxio.shaded.client.com.on.proto
package alluxio.grpc;
public interface ErrorInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.ErrorInfo)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.ErrorType errorType = 1;
* @return Whether the errorType field is set.
*/
boolean hasErrorType();
/**
* optional .alluxio.grpc.ErrorType errorType = 1;
* @return The errorType.
*/
alluxio.grpc.ErrorType getErrorType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy