API reference › @evolu/common › Type › StandardSchemaV1 › Issue
Defined in: packages/common/src/Type.ts:4915
The issue interface of the failure output.
Properties
message
readonly message: string;
Defined in: packages/common/src/Type.ts:4917
The error message of the issue.
path?
readonly optional path?: readonly (
| PropertyKey
| PathSegment)[];
Defined in: packages/common/src/Type.ts:4919
The path of the issue, if any.