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 Details

    • getErrorCodeValue

      @Deprecated int getErrorCodeValue()
      Deprecated.
      milvus.proto.common.Status.error_code is deprecated. See common.proto;l=116
      .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=116
      .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.
    • getExtraInfoCount

      int getExtraInfoCount()
      map<string, string> extra_info = 6;
    • containsExtraInfo

      boolean containsExtraInfo(String key)
      map<string, string> extra_info = 6;
    • getExtraInfo

      @Deprecated Map<String,String> getExtraInfo()
      Deprecated.
      Use getExtraInfoMap() instead.
    • getExtraInfoMap

      Map<String,String> getExtraInfoMap()
      map<string, string> extra_info = 6;
    • getExtraInfoOrDefault

      String getExtraInfoOrDefault(String key, String defaultValue)
      map<string, string> extra_info = 6;
    • getExtraInfoOrThrow

      String getExtraInfoOrThrow(String key)
      map<string, string> extra_info = 6;