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 Deprecated Methods 
      Modifier and Type Method Description
      int getCode()
      int32 code = 3;
      String getDetail()
      string detail = 5;
      com.google.protobuf.ByteString getDetailBytes()
      string detail = 5;
      ErrorCode getErrorCode()
      Deprecated.
      milvus.proto.common.Status.error_code is deprecated.
      int getErrorCodeValue()
      Deprecated.
      milvus.proto.common.Status.error_code is deprecated.
      String getReason()
      string reason = 2;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 2;
      boolean getRetriable()
      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 Detail

      • 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.