Package flyteidl.core

Interface Errors.ErrorDocumentOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Errors.ContainerError getError()
      The error raised during execution.
      Errors.ContainerErrorOrBuilder getErrorOrBuilder()
      The error raised during execution.
      boolean hasError()
      The error raised during execution.
      • 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

      • hasError

        boolean hasError()
         The error raised during execution.
         
        .flyteidl.core.ContainerError error = 1;
        Returns:
        Whether the error field is set.
      • getError

        Errors.ContainerError getError()
         The error raised during execution.
         
        .flyteidl.core.ContainerError error = 1;
        Returns:
        The error.