Optional cause, diagnostic context, and boundary-known retryability.
- Package
@sheetwrite/core
- Source
packages/core/src/errors.ts#L107
Members 2
context
context?: SheetwriteErrorContexttype SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValue>
>;type SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValue>
>;type SheetwriteErrorContext =
Readonly<
Record<
string,
SheetwriteErrorContextValue
>
>;Stable, serialization-safe diagnostic context.API reference →;
retryable Present only when Sheetwrite can determine retryability from the boundary itself.
Declaration
View full TypeScript declaration
export interface SheetwriteErrorOptions extends ErrorOptions {
context?: SheetwriteErrorContexttype SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValue>
>;type SheetwriteErrorContext = Readonly<
Record<string, SheetwriteErrorContextValue>
>;type SheetwriteErrorContext =
Readonly<
Record<
string,
SheetwriteErrorContextValue
>
>;Stable, serialization-safe diagnostic context.API reference →;