> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/apierrorresponse.md).

# ApiErrorResponse

## Properties

| Name             | Type                                                                                  | Description | Notes |
| ---------------- | ------------------------------------------------------------------------------------- | ----------- | ----- |
| **http\_status** | **Integer**                                                                           |             |       |
| **messages**     | [**Array\<ApiErrorMessage>**](/container-registry-sdk-ruby/models/apierrormessage.md) |             |       |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::ApiErrorResponse.new(
  http_status: 400,
  messages: null
)
```
