Skip to content

Interface: StatusCodeErrorResponse

Defined in: api.ts:148

The raw HTTP response from a StatusCodeError.

Properties

body?

optional body: any

Defined in: api.ts:150

The raw body of the HTTP error response.


headers?

optional headers: object

Defined in: api.ts:152

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

Index Signature

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