Skip to main content

Interface: ImportValidationFailure

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

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:165

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


messageโ€‹

readonly message: string;

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

Human-friendly explanation of why validation failed.