Interface: ImportValidationFailure
Defined in: shared/validation/importExportSchemas.ts:95
Structured details for a failed import payload validation.
Remarksโ
We expose both a high-level message and a list of issue strings so the UI can show a concise summary while logs/debug views can provide more actionable detail.
Propertiesโ
issuesโ
readonlyissues: readonlystring[]
Defined in: shared/validation/importExportSchemas.ts:97
Flattened issue strings (path + message) for display/logging.
messageโ
readonlymessage:string
Defined in: shared/validation/importExportSchemas.ts:99
Human-friendly explanation of why validation failed.