ErrorResponse

Properties

Example

require 'ionoscloud-dbaas-postgres'

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

Last updated