[@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / ApiError

# Interface: ApiError

API Error

**`Export`**

**`Interface`**

ApiError

## Table of contents

### Properties

- [details](ApiError.md#details)
- [status](ApiError.md#status)

## Properties

### details

• `Optional` **details**: `string`

Error details

**`Memberof`**

ApiError

#### Defined in

[api.ts:39](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L39)

___

### status

• `Optional` **status**: `string`

HTTP status code

**`Memberof`**

ApiError

#### Defined in

[api.ts:33](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L33)
