Interface ErrorDescriptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ErrorDescription, ErrorDescription.Builder

public interface ErrorDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCategory

      String getCategory()
      string category = 1;
    • getCategoryBytes

      com.google.protobuf.ByteString getCategoryBytes()
      string category = 1;
    • getCode

      String getCode()
      string code = 2;
    • getCodeBytes

      com.google.protobuf.ByteString getCodeBytes()
      string code = 2;
    • getTraceId

      String getTraceId()
      string trace_id = 3;
    • getTraceIdBytes

      com.google.protobuf.ByteString getTraceIdBytes()
      string trace_id = 3;
    • getStatus

      int getStatus()
      int32 status = 4;
    • getMessage

      String getMessage()
      string message = 5;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 5;
    • getCause

      String getCause()
      string cause = 6;
    • getCauseBytes

      com.google.protobuf.ByteString getCauseBytes()
      string cause = 6;
    • getStackTrace

      String getStackTrace()
      string stack_trace = 7;
    • getStackTraceBytes

      com.google.protobuf.ByteString getStackTraceBytes()
      string stack_trace = 7;
    • getDetailsCount

      int getDetailsCount()
      map<string, string> details = 8;
    • containsDetails

      boolean containsDetails(String key)
      map<string, string> details = 8;
    • getDetails

      @Deprecated Map<String,String> getDetails()
      Deprecated.
      Use getDetailsMap() instead.
    • getDetailsMap

      Map<String,String> getDetailsMap()
      map<string, string> details = 8;
    • getDetailsOrDefault

      String getDetailsOrDefault(String key, String defaultValue)
      map<string, string> details = 8;
    • getDetailsOrThrow

      String getDetailsOrThrow(String key)
      map<string, string> details = 8;