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