%DUMP ERRORS--List Agent Errors
Lists error messages from errors that have occurred during the Agent's execution, followed by a count of errors that have occurred by category.
Syntax
Parameters
This command has no parameters.
Description
Lists the messages from errors that have occurred during Agent execution. At execution end, lists summary with the category name and a count of errors on each line for the following categories:
Category | Description |
|---|---|
EALLOC | Number of memory allocation errors. |
EPIPE | Number of pipe creation errors. |
EFORK | Number of process spawning errors. |
EINTERNAL | Number of miscellaneous internal errors. |
EUSER | Number of errors in user-specified commands. |
Where to go from here