Interface FailureDetails.Builder

    • Method Detail

      • failureStage

        FailureDetails.Builder failureStage​(String failureStage)

        The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

        Parameters:
        failureStage - The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureType

        FailureDetails.Builder failureType​(String failureType)

        The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

        Parameters:
        failureType - The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        FailureDetails.Builder details​(Map<String,​? extends Collection<String>> details)

        Detailed information about the Automation step failure.

        Parameters:
        details - Detailed information about the Automation step failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.