Interface: StatusCodeErrorResponse¶
The raw HTTP response from a StatusCodeError.
Properties¶
body¶
• Optional
body: any
The raw body of the HTTP error response.
Defined in¶
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