Links

Error

Properties

| http_status | Integer | HTTP status code of the operation. | [optional][readonly] |
| messages | Array<ErrorMessage> | | [optional] |

Example

require 'ionoscloud'
instance = Ionoscloud::Error.new(
http_status: 400,
messages: null
)