Error
Properties
Name
Type
Description
Notes
http_status
Integer
HTTP status code of the operation
[optional][readonly]
Example
require 'ionoscloud'
instance = Ionoscloud::Error.new(
http_status: 400,
messages: null
)
Last updated