Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / ZodLikeError
Interface: ZodLikeError<_TInput>
Defined in: packages/core/src/utils/validation.ts:24
Stable
Type Parameters
| Type Parameter | Default type |
|---|---|
_TInput | unknown |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
issues | readonly | readonly { message: string; path: readonly (string | number)[]; }[] | packages/core/src/utils/validation.ts:27 |
message | readonly | string | packages/core/src/utils/validation.ts:26 |
name | readonly | string | packages/core/src/utils/validation.ts:25 |