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