Template:AOTGResponseStatus: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
<br/>
Response of the process status in body.
'''Here are the 4 response body of the process status.'''
======InQueue status======
*'''InQueue''' status Indicates that the requests to AOTG Server is waiting to be processed.
*Usually this happen when many requests are in a loop.
Line 7 ⟶ 8:
"Status": "InQueue"
 
======Processing status======
*'''Processing''' status indicates that the request is not complete.
"RequestId": {{{1}}},
"Status": "Processing"
 
======Completed status======
*'''Completed''' status Indicates that the request has been performed and succeeded.
"RequestId": {{{1}}},
"Status": "Completed"
 
======Failed status======
*'''Failed''' status indicates that the request has been performed but has error.
"RequestId": {{{1}}},