[@rxap/ngx-error](../wiki/globals) / OpenApiHttpResponseErrorDialogData

# Interface: OpenApiHttpResponseErrorDialogData

Defined in: [open-api-http-response-error/open-api-http-response-error-dialog-data.ts:4](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/open-api-http-response-error/open-api-http-response-error-dialog-data.ts#L4)

## Extends

- [`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData)

## Properties

### body?

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

Defined in: [any-http-error/any-http-error-dialog-data.ts:8](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L8)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`body`](../wiki/Interface.AnyHttpErrorDialogData#body)

***

### error

> **error**: `any`

Defined in: [any-http-error/any-http-error-dialog-data.ts:10](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L10)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`error`](../wiki/Interface.AnyHttpErrorDialogData#error)

***

### headers

> **headers**: `Record`\<`string`, `string`[]\>

Defined in: [any-http-error/any-http-error-dialog-data.ts:17](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L17)

All response headers.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`headers`](../wiki/Interface.AnyHttpErrorDialogData#headers)

***

### message

> **message**: `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:11](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L11)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`message`](../wiki/Interface.AnyHttpErrorDialogData#message)

***

### metadata

> **metadata**: `OpenApiMetaData`

Defined in: [open-api-http-response-error/open-api-http-response-error-dialog-data.ts:5](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/open-api-http-response-error/open-api-http-response-error-dialog-data.ts#L5)

***

### method

> **method**: `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:7](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L7)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`method`](../wiki/Interface.AnyHttpErrorDialogData#method)

***

### name

> **name**: `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:12](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L12)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`name`](../wiki/Interface.AnyHttpErrorDialogData#name)

***

### ok

> **ok**: `boolean`

Defined in: [any-http-error/any-http-error-dialog-data.ts:35](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L35)

Whether the status code falls in the 2xx range.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`ok`](../wiki/Interface.AnyHttpErrorDialogData#ok)

***

### operationId

> **operationId**: `string`

Defined in: [open-api-http-response-error/open-api-http-response-error-dialog-data.ts:6](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/open-api-http-response-error/open-api-http-response-error-dialog-data.ts#L6)

***

### serverId?

> `optional` **serverId**: `string`

Defined in: [open-api-http-response-error/open-api-http-response-error-dialog-data.ts:7](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/open-api-http-response-error/open-api-http-response-error-dialog-data.ts#L7)

***

### stack?

> `optional` **stack**: `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:9](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L9)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`stack`](../wiki/Interface.AnyHttpErrorDialogData#stack)

***

### status

> **status**: `number`

Defined in: [any-http-error/any-http-error-dialog-data.ts:21](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L21)

Response status code.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`status`](../wiki/Interface.AnyHttpErrorDialogData#status)

***

### statusText

> **statusText**: `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:27](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L27)

Textual description of response status code, defaults to OK.

Do not depend on this.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`statusText`](../wiki/Interface.AnyHttpErrorDialogData#statustext)

***

### timestamp

> **timestamp**: `number`

Defined in: [any-http-error/any-http-error-dialog-data.ts:13](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L13)

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`timestamp`](../wiki/Interface.AnyHttpErrorDialogData#timestamp)

***

### type

> **type**: `ResponseHeader` \| `Response`

Defined in: [any-http-error/any-http-error-dialog-data.ts:39](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L39)

Type of the response, narrowed to either the full response or the header.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`type`](../wiki/Interface.AnyHttpErrorDialogData#type)

***

### url

> **url**: `null` \| `string`

Defined in: [any-http-error/any-http-error-dialog-data.ts:31](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/any-http-error/any-http-error-dialog-data.ts#L31)

URL of the resource retrieved, or null if not available.

#### Inherited from

[`AnyHttpErrorDialogData`](../wiki/Interface.AnyHttpErrorDialogData).[`url`](../wiki/Interface.AnyHttpErrorDialogData#url)
