Skip to content

Interface: StatusCodeErrorResponse

core.StatusCodeErrorResponse

The raw HTTP response from a StatusCodeError.

Properties

body

Optional body: any

The raw body of the HTTP error response.

Defined in

api.ts:103


headers

Optional headers: Object

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

Index signature

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

Defined in

api.ts:105