Interface: StatusCodeErrorResponse¶
Defined in: api.ts:149
The raw HTTP response from a StatusCodeError.
Properties¶
body?¶
optionalbody:any
Defined in: api.ts:151
The raw body of the HTTP error response.
headers?¶
optionalheaders: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