Interface ProgramSetValidationFailure.Builder

  • Method Details

    • programIndex

      ProgramSetValidationFailure.Builder programIndex(Long programIndex)

      The index of the program within the program set that failed validation.

      Parameters:
      programIndex - The index of the program within the program set that failed validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputsIndex

      ProgramSetValidationFailure.Builder inputsIndex(Long inputsIndex)

      The index of the input within the program set that failed validation.

      Parameters:
      inputsIndex - The index of the input within the program set that failed validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      A list of error messages describing the validation failures that occurred.

      Parameters:
      errors - A list of error messages describing the validation failures that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      A list of error messages describing the validation failures that occurred.

      Parameters:
      errors - A list of error messages describing the validation failures that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.