QueryErrorKind
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.