# Interface: StatusCodeErrorResponse

Defined in: [api.ts:149](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L149)

The raw HTTP response from a [StatusCodeError](../../classes/StatusCodeError/).

## Properties

### body?

> `optional` **body**: `any`

Defined in: [api.ts:151](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L151)

The raw body of the HTTP error response.

______________________________________________________________________

### headers?

> `optional` **headers**: `object`

Defined in: [api.ts:153](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L153)

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

#### Index Signature

\[`key`: `string`\]: `string` | `string`[] | `undefined`
