AgentErrorResponse

data class AgentErrorResponse(val component: String, val message: String, val severity: String, val time: String)

Agent Errors if any during agent or system component upgrade.

Constructors

Link copied to clipboard
constructor(component: String, message: String, severity: String, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Agent component where error message occured.

Link copied to clipboard

Agent error message.

Link copied to clipboard

Severity of the error message.

Link copied to clipboard

The timestamp of error occured (UTC).