> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-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/postgres-sdk-ruby/models/errormessage.md).

# ErrorMessage

## Properties

| Name            | Type       | Description                                                              | Notes       |
| --------------- | ---------- | ------------------------------------------------------------------------ | ----------- |
| **error\_code** | **String** | Application internal error code                                          | \[optional] |
| **message**     | **String** | A human readable explanation specific to this occurrence of the problem. | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::ErrorMessage.new(
  error_code: dbaas-err-api-123,
  message: Error message example
)
```
