Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

ErrorMetadata

Structured context for errors that originated from a provider HTTP

ErrorMetadata

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Structured context for errors that originated from a provider HTTP call (ADR D65). Lets callers retry with the right backoff (retryAfter), surface actionable diagnostics (provider, endpoint), and inspect the raw response body when needed (raw, capped at ~2KB by the mapper).

Signature

interface ErrorMetadata { /* ... */ }

Kind

interface

Source

packages/sdk/src/errors.ts:30

On this page