AgentError interface
Agent Errors if any during agent or system component upgrade.
Properties
| component | Agent component where error message occured. |
| message | Agent error message. |
| severity | Severity of the error message. |
| time | The timestamp of error occured (UTC). |
Property Details
component
Agent component where error message occured.
component?: string
Property Value
string
message
Agent error message.
message?: string
Property Value
string
severity
Severity of the error message.
severity?: string
Property Value
string
time
The timestamp of error occured (UTC).
time?: Date
Property Value
Date