Type alias WretchError

WretchError: Error & { json?: any; response: WretchResponse; status: number; text?: string }

An Error enhanced with status, text and body.

Generated using TypeDoc