Interface PartialFailure.Builder

    • Method Detail

      • failureResource

        PartialFailure.Builder failureResource​(String failureResource)

        The specified rule that could not be deleted.

        Parameters:
        failureResource - The specified rule that could not be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exceptionType

        PartialFailure.Builder exceptionType​(String exceptionType)

        The type of error.

        Parameters:
        exceptionType - The type of error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureCode

        PartialFailure.Builder failureCode​(String failureCode)

        The code of the error.

        Parameters:
        failureCode - The code of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureDescription

        PartialFailure.Builder failureDescription​(String failureDescription)

        A description of the error.

        Parameters:
        failureDescription - A description of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.