belgattitude/nextvalid

View on GitHub
packages/zod-request/docs/api/interfaces/IErrorHandler.md

Summary

Maintainability
Test Coverage
[@nextvalid/zod-request](../README.md) / IErrorHandler

# Interface: IErrorHandler

## Table of contents

### Properties

- [process](IErrorHandler.md#process)

## Properties

### process

• **process**: (`error`: `ZodError`<`any`\>) => `never`

#### Type declaration

▸ (`error`): `never`

**`Throws`**

Error

##### Parameters

| Name    | Type               |
| :------ | :----------------- |
| `error` | `ZodError`<`any`\> |

##### Returns

`never`