Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetwriteErrorOptions@sheetwrite/core

Optional cause, diagnostic context, and boundary-known retryability.

Optional cause, diagnostic context, and boundary-known retryability.

Members 2

context
context?: SheetwriteErrorContext;
retryable Present only when Sheetwrite can determine retryability from the boundary itself.
retryable?: boolean;

Declaration

View full TypeScript declaration
export interface SheetwriteErrorOptions extends ErrorOptions {
context?: SheetwriteErrorContext;
retryable?: boolean;
}