Interface OrchestratorService.TaskFailureDetailsOrBuilder

    • Method Detail

      • getErrorType

        java.lang.String getErrorType()
        string errorType = 1;
        Returns:
        The errorType.
      • getErrorTypeBytes

        com.google.protobuf.ByteString getErrorTypeBytes()
        string errorType = 1;
        Returns:
        The bytes for errorType.
      • getErrorMessage

        java.lang.String getErrorMessage()
        string errorMessage = 2;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        string errorMessage = 2;
        Returns:
        The bytes for errorMessage.
      • hasStackTrace

        boolean hasStackTrace()
        .google.protobuf.StringValue stackTrace = 3;
        Returns:
        Whether the stackTrace field is set.
      • getStackTrace

        com.google.protobuf.StringValue getStackTrace()
        .google.protobuf.StringValue stackTrace = 3;
        Returns:
        The stackTrace.
      • getStackTraceOrBuilder

        com.google.protobuf.StringValueOrBuilder getStackTraceOrBuilder()
        .google.protobuf.StringValue stackTrace = 3;
      • hasInnerFailure

        boolean hasInnerFailure()
        .TaskFailureDetails innerFailure = 4;
        Returns:
        Whether the innerFailure field is set.
      • getIsNonRetriable

        boolean getIsNonRetriable()
        bool isNonRetriable = 5;
        Returns:
        The isNonRetriable.