Interface ColumnError.Builder

    • Method Detail

      • columnName

        ColumnError.Builder columnName​(String columnName)

        The name of the column that failed.

        Parameters:
        columnName - The name of the column that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        ColumnError.Builder error​(ErrorDetail error)

        An error message with the reason for the failure of an operation.

        Parameters:
        error - An error message with the reason for the failure of an operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.