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[]);
code
code: "invalid-snapshot";
errors
errors: readonly DocumentValidationError[]

Declaration

View full TypeScript declaration
class SnapshotValidationError extends Error {
constructor(errors: readonly DocumentValidationError[]);
code: "invalid-snapshot";
errors: readonly DocumentValidationError[];
}