Skip to content

@pbvex/protocol / StructuredError

Type Alias: StructuredError

StructuredError = Readonly<{ code: ErrorCode; data?: JSONValue; details?: unknown[]; error: true; message: string; requestId?: string; }>

Generated API reference. Source of truth is the codebase.