See the Error Handling Guide for more information about this command.
| XML Field |
Description |
| CommandList |
The surrounding tag |
| -GetErrorCodes |
The command name |
| --ErrorCodeGroupList |
Contains a list of error code groups. Contains 0 or more ErrorCodeGroup elements |
---ErrorCodeGroup
[Optional] |
A group of error codes |
| ----Name |
The symbolic name of this error code group |
| ----Code |
The integer code for this error group |
| ----Description |
The free text description of the general error cases that this group represents. |
----ErrorCodeGroupList
[Optional] |
Represents sub-groups of this group. See ErrorCodeGroupList above |
----ErrorCodeList
[Optional] |
The list of error codes in this group. Contains 0 or more ErrorCode elements. |
-----ErrorCode
[Optional] |
Describes an error code. |
| ------Name |
The symbolic name of this error code. |
| ------Code |
The integer code for this error. |
| ------Description |
The free text description of the error this error code represents. |
|