Package flyteidl.core

Interface Execution.ExecutionErrorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCode()
      Error code indicates a grouping of a type of error.
      com.google.protobuf.ByteString getCodeBytes()
      Error code indicates a grouping of a type of error.
      String getErrorUri()
      Full error contents accessible via a URI
      com.google.protobuf.ByteString getErrorUriBytes()
      Full error contents accessible via a URI
      Execution.ExecutionError.ErrorKind getKind()
      .flyteidl.core.ExecutionError.ErrorKind kind = 4;
      int getKindValue()
      .flyteidl.core.ExecutionError.ErrorKind kind = 4;
      String getMessage()
      Detailed description of the error - including stack trace.
      com.google.protobuf.ByteString getMessageBytes()
      Detailed description of the error - including stack trace.
      • 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

      • getCode

        String getCode()
         Error code indicates a grouping of a type of error.
         More Info: <Link>
         
        string code = 1;
        Returns:
        The code.
      • getCodeBytes

        com.google.protobuf.ByteString getCodeBytes()
         Error code indicates a grouping of a type of error.
         More Info: <Link>
         
        string code = 1;
        Returns:
        The bytes for code.
      • getMessage

        String getMessage()
         Detailed description of the error - including stack trace.
         
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Detailed description of the error - including stack trace.
         
        string message = 2;
        Returns:
        The bytes for message.
      • getErrorUri

        String getErrorUri()
         Full error contents accessible via a URI
         
        string error_uri = 3;
        Returns:
        The errorUri.
      • getErrorUriBytes

        com.google.protobuf.ByteString getErrorUriBytes()
         Full error contents accessible via a URI
         
        string error_uri = 3;
        Returns:
        The bytes for errorUri.
      • getKindValue

        int getKindValue()
        .flyteidl.core.ExecutionError.ErrorKind kind = 4;
        Returns:
        The enum numeric value on the wire for kind.