HealthErrorDetailsResponse

data class HealthErrorDetailsResponse(val applianceName: String, val code: String, val discoveryScope: String, val id: Double, val message: String, val messageParameters: Map<String, String>, val possibleCauses: String, val recommendedAction: String, val runAsAccountId: String, val severity: String, val source: String, val summaryMessage: String, val updatedTimeStamp: String)

Error contract returned when some exception occurs in Rest API.

Constructors

Link copied to clipboard
constructor(applianceName: String, code: String, discoveryScope: String, id: Double, message: String, messageParameters: Map<String, String>, possibleCauses: String, recommendedAction: String, runAsAccountId: String, severity: String, source: String, summaryMessage: String, updatedTimeStamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the appliance name.

Link copied to clipboard

Gets the error name.

Link copied to clipboard

Gets discovery scope for which error is encountered.

Link copied to clipboard
val id: Double

Gets the error ID.

Link copied to clipboard

Gets the error message.

Link copied to clipboard

Gets the message parameters.

Link copied to clipboard

Gets the possible causes of error.

Link copied to clipboard

Gets the recommended action to resolve error.

Link copied to clipboard

Gets run as account id used while performing discovery of entity.

Link copied to clipboard

Gets the error severity.

Link copied to clipboard

Gets the error source.

Link copied to clipboard

Gets the error summary message.

Link copied to clipboard

Gets the time stamp when the error was updated.