Package io.milvus.grpc
Interface StatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Status,Status.Builder
public interface StatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorCodegetErrorCode().milvus.grpc.ErrorCode error_code = 1;intgetErrorCodeValue().milvus.grpc.ErrorCode error_code = 1;StringgetReason()string reason = 2;com.google.protobuf.ByteStringgetReasonBytes()string reason = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorCodeValue
int getErrorCodeValue()
.milvus.grpc.ErrorCode error_code = 1;- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
ErrorCode getErrorCode()
.milvus.grpc.ErrorCode error_code = 1;- Returns:
- The errorCode.
-
getReason
String getReason()
string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
string reason = 2;- Returns:
- The bytes for reason.
-
-