Interface: LocalQueryErrorResult
Defined in: packages/duckdb/src/types.ts:71
Result data structure from a failed localQuery execution
Properties
error
error:
string
Defined in: packages/duckdb/src/types.ts:73
instruction?
optional
instruction:string
Defined in: packages/duckdb/src/types.ts:74
success
success:
false
Defined in: packages/duckdb/src/types.ts:72