Interface Messages.Builder

    • Method Detail

      • errors

        Messages.Builder errors​(Collection<String> errors)
        A list of errors that might have been generated from processes on this flow.
        Parameters:
        errors - A list of errors that might have been generated from processes on this flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        Messages.Builder errors​(String... errors)
        A list of errors that might have been generated from processes on this flow.
        Parameters:
        errors - A list of errors that might have been generated from processes on this flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.