Skip to content
Sheetwrite

Sheetwrite / Documentation

PersistenceErrorCode@sheetwrite/core

Stable category for a persistence failure.

Stable category for a persistence failure.

Declaration

export type PersistenceErrorCode =
| "aborted"
| "invalid-snapshot"
| "resource-limit"
| "not-found"
| "commit-rejected";