Skip to content

Interface: StatusCodeErrorResponse

Defined in: api.ts:149

The raw HTTP response from a StatusCodeError.

Properties

body?

optional body: any

Defined in: api.ts:151

The raw body of the HTTP error response.


headers?

optional headers: object

Defined in: api.ts:153

The headers from the HTTP error response. Many header values are redacted by Coda.

Index Signature

[key: string]: string | string[] | undefined