Package flyteidl.core

Interface Types.ErrorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Types.Error, Types.Error.Builder
    Enclosing class:
    Types

    public static interface Types.ErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFailedNodeId()
      The node id that threw the error.
      com.google.protobuf.ByteString getFailedNodeIdBytes()
      The node id that threw the error.
      String getMessage()
      Error message thrown.
      com.google.protobuf.ByteString getMessageBytes()
      Error message thrown.
      • 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

      • getFailedNodeId

        String getFailedNodeId()
         The node id that threw the error.
         
        string failed_node_id = 1;
        Returns:
        The failedNodeId.
      • getFailedNodeIdBytes

        com.google.protobuf.ByteString getFailedNodeIdBytes()
         The node id that threw the error.
         
        string failed_node_id = 1;
        Returns:
        The bytes for failedNodeId.
      • getMessage

        String getMessage()
         Error message thrown.
         
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Error message thrown.
         
        string message = 2;
        Returns:
        The bytes for message.