AgentError
One error in the agent errors list — an error/error-class observed for an agent over the requested window.
Properties¶
| Property | Type | Description |
|---|---|---|
agentId |
string |
Agent ID |
agentName |
null | string |
Agent display name. null if the agent has no display name set. |
count |
number |
Number of error executions counted for this error |
description |
string |
Error description |
firstSeen |
string |
First-seen timestamp |
firstSeenJob |
AgentJobInfo |
First job in the window where this error was observed |
folderKey |
string |
Folder key where the error was first observed |
folderName |
string |
Folder display name |
folderPath |
string |
Fully qualified folder path |
jobKey |
string |
Job key where the error was first seen |
lastSeenJob |
AgentJobInfo |
Last job in the window where this error was observed |
parentProcess |
null | string |
Parent process name. null for jobs not bound to a parent process. |
type |
string |
Error type |