RequestStatus

The RequestStatus contains a group of enumerations on a scope that indicate the status of the transaction submitted on the parent request. The RequestStatus object contains eight possible results.

Parameter Type Description
Processingstring (enum)The transaction is currently in processing.
Renderedstring (enum)The transaction has completed processing and is being generated (rendered).
Deliveringstring (enum)The transaction has completed rendering and is currently being delivered.
Deliveredstring (enum)The transaction has been processed, rendered, and delivered to the delivery destination.
Errorstring (enum)The transaction encountered an error during processing. The system is currently processing the error condition.
Failedstring (enum)The transaction encountered a critical error during processing and was unable to resolve the error. The transaction has failed processing.
Completestring (enum)The transaction has been successfully completed.
Invalidstring (enum)The transaction could not be processed because the request was submitted using incomplete or incorrectly formatted data.
CompleteWithWarnings string (enum) The transaction has been successfully completed, however there may be items that require attention.