StandardSchemaV1Issue

接口: StandardSchemaV1Issue

定义于: packages/form-core/src/standardSchemaValidator.ts:159

失败输出的问题接口。

属性

message

ts
readonly message: string;
readonly message: string;

定义于: packages/form-core/src/standardSchemaValidator.ts:163

问题的错误消息。


path?

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

定义于: packages/form-core/src/standardSchemaValidator.ts:167

问题的路径(如果存在)。