Skip to main content

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โ€‹

readonly issues: readonly string[]

Defined in: shared/validation/importExportSchemas.ts:97

Flattened issue strings (path + message) for display/logging.


messageโ€‹

readonly message: string

Defined in: shared/validation/importExportSchemas.ts:99

Human-friendly explanation of why validation failed.