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 one of eight possible results

Parameter Type Description
Incomplete string (enum) The transaction has not completed.
Failedstring (enum)The transaction encountered a critical error during processing and was unable to resolve the error. The transaction has failed processing.
Sucessfulstring (enum)The transaction has been successfully completed.
SuccessfulWithWarningsstring (enum)The transaction has been successfully completed, however there may be items that require attention.