Package umadb.v1

Interface Umadb.ErrorResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Umadb.ErrorResponse, Umadb.ErrorResponse.Builder
Enclosing class:
Umadb

public static interface Umadb.ErrorResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .umadb.v1.ErrorResponse.ErrorType error_type = 2;
    int
    .umadb.v1.ErrorResponse.ErrorType error_type = 2;
    string message = 1;
    com.google.protobuf.ByteString
    string message = 1;

    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

    • getMessage

      String getMessage()
      string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 1;
      Returns:
      The bytes for message.
    • getErrorTypeValue

      int getErrorTypeValue()
      .umadb.v1.ErrorResponse.ErrorType error_type = 2;
      Returns:
      The enum numeric value on the wire for errorType.
    • getErrorType

      .umadb.v1.ErrorResponse.ErrorType error_type = 2;
      Returns:
      The errorType.