Skip to content
Sheetwrite

Sheetwrite / Documentation

SHEETWRITE_ERROR_CODES@sheetwrite/core/adapter

Stable public failure codes.

Stable public failure codes. Messages are diagnostic and are not API contracts.

Declaration

const SHEETWRITE_ERROR_CODES: readonly [
"initialization-failed",
"initialization-required",
"datasource-request-failed",
"renderer-fallback",
"export-failed",
"xlsx-import-failed",
"optional-backend-unavailable",
"delimited-text-resource-limit",
"delimited-text-invalid-limit",
"xlsx-resource-limit",
"resource-limit",
"invalid-snapshot",
"aborted",
"not-found",
"commit-rejected",
"unavailable",
"blocked",
"quota",
"unsupported-schema",
"transaction",
"conflict",
"limit",
"invalid-limits",
"invalid-version",
"invalid-id",
"invalid-operations",
"operation-limit",
"payload-limit",
"response-id-mismatch",
"future-distance-limit",
"buffer-count-limit",
"buffer-operation-limit",
"buffer-byte-limit",
"pending-count-limit",
"pending-operation-limit",
"pending-byte-limit",
"late-echo",
"remote-operations-rejected",
"pending-capacity",
"presence-failed",
"revision-failed",
"comment-failed",
"sync-failed",
"sync-storage-failed",
"incomplete-data",
"xlsx-invalid-options",
"unsafe-hyperlink",
]