Interface ErrorDetailsOrBuilder

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

    public interface ErrorDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDetailsCount

        int getDetailsCount()
         Additional structured details about this error.
        
         Keys define the failure items.
         Value describes the exception or details of the item.
         
        map<string, string> details = 1;
      • containsDetails

        boolean containsDetails​(String key)
         Additional structured details about this error.
        
         Keys define the failure items.
         Value describes the exception or details of the item.
         
        map<string, string> details = 1;
      • getDetailsMap

        Map<String,​String> getDetailsMap()
         Additional structured details about this error.
        
         Keys define the failure items.
         Value describes the exception or details of the item.
         
        map<string, string> details = 1;
      • getDetailsOrDefault

        String getDetailsOrDefault​(String key,
                                   String defaultValue)
         Additional structured details about this error.
        
         Keys define the failure items.
         Value describes the exception or details of the item.
         
        map<string, string> details = 1;
      • getDetailsOrThrow

        String getDetailsOrThrow​(String key)
         Additional structured details about this error.
        
         Keys define the failure items.
         Value describes the exception or details of the item.
         
        map<string, string> details = 1;