QueryHost
Documentation menu

API reference · type-aliases

Type Alias: QueryErrorCode

Generated from the QueryHost package public TypeScript contract.

QueryErrorCode = "ABORTED" | "CONNECTION_FAILED" | "DNS_FAILED" | "INTERNAL_ERROR" | "INVALID_INPUT" | "MALFORMED_RESPONSE" | "RESPONSE_TOO_LARGE" | "TARGET_BLOCKED" | "TIMEOUT"

Stable failure codes suitable for programmatic branching.