# {py:mod}`haniwers.v1.preprocess.validator`

```{py:module} haniwers.v1.preprocess.validator
```

```{autodoc2-docstring} haniwers.v1.preprocess.validator
:allowtitles:
```

## Module Contents

### Functions

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`log_error_summary <haniwers.v1.preprocess.validator.log_error_summary>`
  - ```{autodoc2-docstring} haniwers.v1.preprocess.validator.log_error_summary
    :summary:
    ```
* - {py:obj}`log_error_detail <haniwers.v1.preprocess.validator.log_error_detail>`
  - ```{autodoc2-docstring} haniwers.v1.preprocess.validator.log_error_detail
    :summary:
    ```
````

### API

````{py:function} log_error_summary(error_count: int, total_rows: int) -> None
:canonical: haniwers.v1.preprocess.validator.log_error_summary

```{autodoc2-docstring} haniwers.v1.preprocess.validator.log_error_summary
```
````

````{py:function} log_error_detail(row_number: int, reason: str) -> None
:canonical: haniwers.v1.preprocess.validator.log_error_detail

```{autodoc2-docstring} haniwers.v1.preprocess.validator.log_error_detail
```
````
