Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the request field that had a validation error.

        Parameters:
        name - The name of the request field that had a validation error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationIssue

        ValidationExceptionField.Builder validationIssue​(String validationIssue)

        The validation error caused by the request field.

        Parameters:
        validationIssue - The validation error caused by the request field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.