Interface FeatureRowExtendedProto.ErrorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCause()
      exception class name
      com.google.protobuf.ByteString getCauseBytes()
      exception class name
      String getMessage()
      string message = 3;
      com.google.protobuf.ByteString getMessageBytes()
      string message = 3;
      String getStackTrace()
      string stack_trace = 4;
      com.google.protobuf.ByteString getStackTraceBytes()
      string stack_trace = 4;
      String getTransform()
      name of transform where the error occurred
      com.google.protobuf.ByteString getTransformBytes()
      name of transform where the error occurred
      • 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

      • getCause

        String getCause()
         exception class name
         
        string cause = 1;
        Returns:
        The cause.
      • getCauseBytes

        com.google.protobuf.ByteString getCauseBytes()
         exception class name
         
        string cause = 1;
        Returns:
        The bytes for cause.
      • getTransform

        String getTransform()
         name of transform where the error occurred
         
        string transform = 2;
        Returns:
        The transform.
      • getTransformBytes

        com.google.protobuf.ByteString getTransformBytes()
         name of transform where the error occurred
         
        string transform = 2;
        Returns:
        The bytes for transform.
      • getMessage

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

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

        String getStackTrace()
        string stack_trace = 4;
        Returns:
        The stackTrace.
      • getStackTraceBytes

        com.google.protobuf.ByteString getStackTraceBytes()
        string stack_trace = 4;
        Returns:
        The bytes for stackTrace.