# ErrorResponse

## Properties

| Name             | Type                                                                                                                  | Description                            | Notes       |
| ---------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------- |
| **http\_status** | **Integer**                                                                                                           | The HTTP status code of the operation. | \[optional] |
| **messages**     | [**Array\<ErrorMessage>**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/errormessage) |                                        | \[optional] |

## Example

```ruby
require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::ErrorResponse.new(
  http_status: 400,
  messages: null
)
```
