Type Alias HonuaErrorDomain

HonuaErrorDomain:
    | "core"
    | "discovery"
    | "query"
    | "map"
    | "runtime"
    | "realtime"
    | "offline"
    | "plugin"

Canonical descriptive registry for public Honua SDK error codes.

The error base consumes a compact classification table so focused SDK entrypoints do not retain these human-readable summaries. The registry remains the public documentation source of truth; check:error-codes verifies the compact table against every descriptor.