Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotValidationError@sheetwrite/core

Path-qualified schema failure found while validating an untrusted snapshot.

Path-qualified schema failure found while validating an untrusted snapshot.

Members 3

constructor
constructor(errors: readonly DocumentValidationError[]);
errors
errors: readonly DocumentValidationError[];
name
name: "SnapshotValidationError"

Declaration

View full TypeScript declaration
class SnapshotValidationError extends SheetwriteError {
constructor(errors: readonly DocumentValidationError[]);
errors: readonly DocumentValidationError[];
name: "SnapshotValidationError";
}