ErrorResponse

Properties

Name
Type
Description
Notes

http_status

Integer

The HTTP status code of the operation.

[optional]

messages

[optional]

Example

require 'ionoscloud-dbaas-mongo'

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

Last updated