IrohErrorCategory
type IrohErrorCategory = | "invalid_input" | "unsupported" | "unavailable" | "timeout" | "protocol" | "connection_reset" | "cancelled" | "authentication" | "resource_exhausted" | "internal";Defined in: src/client/iroh.ts:29
Portable category assigned to an Iroh transport failure.
