Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

QueryErrorKind = "parse" | "type" | "literal" | "limits" | "cursor" | "block"

Defined in: src/query/errors.ts:58

What a node rejected a query for. Part of the frozen RPC surface, so it is safe to branch on — a "cursor" failure means start the query again, a "block" failure means the node no longer retains that height, and the rest mean the query itself needs fixing.