ErrorResponse
Name | Type | Description | Notes |
---|---|---|---|
http_status | Integer | The HTTP status code of the operation. | [optional] |
messages | | [optional] |
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::ErrorResponse.new(
http_status: 400,
messages: null
)
Last modified 1yr ago