Documentation
Framework
Version
API Reference

StandardSchemaV1Issue

Interface: StandardSchemaV1Issue

Defined in: packages/form-core/src/standardSchemaValidator.ts:179

The issue interface of the failure output.

Properties

message

readonly message: string;
readonly message: string;

Defined in: packages/form-core/src/standardSchemaValidator.ts:183

The error message of the issue.


path?

readonly optional path: readonly (PropertyKey | StandardSchemaV1PathSegment)[];
readonly optional path: readonly (PropertyKey | StandardSchemaV1PathSegment)[];

Defined in: packages/form-core/src/standardSchemaValidator.ts:187

The path of the issue, if any.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.