classPersistenceErrorextendsSheetwriteErrorclass SheetwriteError
extends Error
implements SheetwriteErrorEnvelope
{
constructor(
code: SheetwriteErrorCode,
operation: SheetwriteErrorOperation,
message: string,
options?: SheetwriteErrorOptions,
);
code:
| "aborted"
| "blocked"
| "initialization-failed"
| "initialization-required"
// … 73 more lines — see the API reference
}classSheetwriteErrorextendsErrorimplementsSheetwriteErrorEnvelope{constructor(code:SheetwriteErrorCode,operation:SheetwriteErrorOperation,message:string,options?:SheetwriteErrorOptions,);code:|"aborted"|"blocked"|"initialization-failed"|"initialization-required"// … 73 more lines — see the API reference}classSheetwriteErrorextendsErrorimplementsSheetwriteErrorEnvelope{constructor(code:SheetwriteErrorCode,operation:SheetwriteErrorOperation,message:string,options?:SheetwriteErrorOptions,);code:|"aborted"|"blocked"|"initialization-failed"|"initialization-required"|"datasource-request-failed"|"renderer-fallback"|"export-failed"// … 75 more lines — see the API reference}Canonical envelope for thrown and callback-delivered Sheetwrite failures.API reference → {
constructor(
code:PersistenceErrorCodetype PersistenceErrorCode =
| "aborted"
| "invalid-snapshot"
| "resource-limit"
| "not-found"
| "commit-rejected";typePersistenceErrorCode=|"aborted"|"invalid-snapshot"|"resource-limit"|"not-found"|"commit-rejected";typePersistenceErrorCode=|"aborted"|"invalid-snapshot"|"resource-limit"|"not-found"|"commit-rejected";Stable category for a persistence failure.API reference →,