ValidationErrorCauseBase interface
Signature:
export declare interface ValidationErrorCauseBase<Kind, Details>
Properties
| Property | Type | Description |
| details | Details | Error details. |
| kind | Kind | Validation error kind. |
| message | string | Error message. |
| pointer | string | JSON pointer to field causing the error. |