User GuidesAPIs, SDKs & ToolsSupportFAQ
Search
⌃K
Links
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
Powered By GitBook

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
)
Models - Previous
ErrorMessage
Next - Models
Location
Last modified 1yr ago
On this page
Properties
Example