QueryHost
Documentation menu

API reference · type-aliases

Type Alias: QuerySourceStatus

Generated from the QueryHost package public TypeScript contract.

QuerySourceStatus = "ok" | "timeout" | "blocked" | "malformed" | "unsupported" | "not-requested" | "failed"

Outcome of an individual source, independent from the overall query result.