LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • Introduction
  • Changelog
  • API
    • BackupsApi
    • ClustersApi
    • LogsApi
    • MetadataApi
    • RestoresApi
  • Models
    • APIVersion
    • BackupLocation
    • BackupMetadata
    • BackupResponse
    • ClusterBackup
    • ClusterBackupList
    • ClusterBackupListAllOf
    • ClusterList
    • ClusterListAllOf
    • ClusterLogs
    • ClusterLogsInstances
    • ClusterLogsMessages
    • ClusterProperties
    • ClusterResponse
    • Connection
    • CreateClusterProperties
    • CreateClusterRequest
    • CreateRestoreRequest
    • DBUser
    • DayOfTheWeek
    • ErrorMessage
    • ErrorResponse
    • Location
    • MaintenanceWindow
    • Metadata
    • Pagination
    • PaginationLinks
    • PatchClusterProperties
    • PatchClusterRequest
    • PostgresVersionList
    • PostgresVersionListData
    • ResourceType
    • State
    • StorageType
    • SynchronizationMode
On this page
  • Properties
  • Example
  1. Models

ErrorResponse

Properties

Name
Type
Description
Notes

http_status

Integer

The HTTP status code of the operation.

[optional]

messages

Array<ErrorMessage>

[optional]

Example

require 'ionoscloud-dbaas-postgres'

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

Last updated 2 years ago