For the complete documentation index, see llms.txt. This page is also available as Markdown.

ApiErrorResponse

Properties

Name
Type
Description
Notes

http_status

Integer

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::ApiErrorResponse.new(
  http_status: 400,
  messages: null
)

Last updated

Was this helpful?