Stable, serialization-safe diagnostic context.
- Package
@sheetwrite/core
- Source
packages/core/src/errors.ts#L94
Declaration
export type SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValuetype SheetwriteErrorContextValue =
| null
| string
| number
| boolean
| readonly SheetwriteErrorContextValue[]
| { readonly [key: string]: SheetwriteErrorContextValue };type SheetwriteErrorContextValue =
| null
| string
| number
| boolean
| readonly SheetwriteErrorContextValue[]
| { readonly [key: string]: SheetwriteErrorContextValue };type SheetwriteErrorContextValue =
| null
| string
| number
| boolean
| readonly SheetwriteErrorContextValue[]
| {
readonly [
key: string
]: SheetwriteErrorContextValue;
};JSON-safe values accepted in a public failure context.API reference →>