JSON-safe values accepted in a public failure context.
- Package
@sheetwrite/core
- Source
packages/core/src/errors.ts#L85
Variants 6
readonly 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 →[]
{ readonly [key: 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 → }
Declaration
View full TypeScript declaration
export type SheetwriteErrorContextValue =
| readonly SheetwriteErrorContextValue[]
readonly [key: string]: SheetwriteErrorContextValue;