Tag Name & type | # | Description |
---|
StatusType | | |
| StatusCode xs:integer | 1 | Contents will be an integer value. The value 0 indicates successful processing of the message, and any non-zero value indicates something less than complete successful processing.
In general, a value of 1 indicates a failure or problem. An overall request StatusCode of 2 indicates partial success. For multi-part results, the status of each part must be examined. |
| StatusMessage xs:string | 0-1 | If present, this will contain a text message associated with the StatusCode. This is intended as an aid only - users should rely only on the StatusCode, and should not count on any particular text string or pattern in StatusMessage. |
| ErrorList | 0-1 | If present, this will contain one or more Error elements with more information about errors that were encountered. In general this information should be considered merely advisory or diagnostic. |
| Error | 1- | Contains error information. |
| ErrorCode xs:integer | 1 | An integer value associated with the particular error. |
| ErrorMessage xs:string | 1 | Text relating to the error. |
| SubmissionTime xs:dateTime | 1 | The time the request (or relevant part of the request) was received for processing. |
| CompletionTime xs:dateTime | 1 | The time that processing of the request (or part of the request was completed. Note that there may be a delay in communicating the result of the task back to the user. |