Interface Errors.ExecutionErrorAuxOrBuilder

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

public static interface Errors.ExecutionErrorAuxOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Human-readable error description.
    com.google.protobuf.ByteString getDescriptionBytes()
    Human-readable error description.

    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

    • getDescription

      java.lang.String getDescription()
       Human-readable error description.
       
      string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Human-readable error description.
       
      string description = 1;
      Returns:
      The bytes for description.