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

    Modifier and Type
    Method
    Description
    int
    int32 code = 3;
    string detail = 5;
    com.google.protobuf.ByteString
    string detail = 5;
    Deprecated.
    milvus.proto.common.Status.error_code is deprecated.
    int
    Deprecated.
    milvus.proto.common.Status.error_code is deprecated.
    string reason = 2;
    com.google.protobuf.ByteString
    string reason = 2;
    boolean
    bool retriable = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getErrorCodeValue

      @Deprecated int getErrorCodeValue()
      Deprecated.
      milvus.proto.common.Status.error_code is deprecated. See common.proto;l=105
      .milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];
      Returns:
      The enum numeric value on the wire for errorCode.
    • getErrorCode

      @Deprecated ErrorCode getErrorCode()
      Deprecated.
      milvus.proto.common.Status.error_code is deprecated. See common.proto;l=105
      .milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];
      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.
    • getCode

      int getCode()
      int32 code = 3;
      Returns:
      The code.
    • getRetriable

      boolean getRetriable()
      bool retriable = 4;
      Returns:
      The retriable.
    • getDetail

      String getDetail()
      string detail = 5;
      Returns:
      The detail.
    • getDetailBytes

      com.google.protobuf.ByteString getDetailBytes()
      string detail = 5;
      Returns:
      The bytes for detail.