This is the bit code of the final result of the asynchronous operation. Use this code to verify the final result of your asynchronous api call.
Note that because this is a bit field, bitwise operation can be performed to check the result and that result code can be composed of several result codes.
- Ok, Request was sucessfully processed.
- ImageProcessingError, Request has failed because its image/s where invalid and could not be proccessed. Try do use different image/s.
- Error, Unknown error has occured while processing the request. Please contact Tradera API support.
- Timeout, Request has timed out and was not proceesed.
- TryAgain, Indicates that the API client can retry the request for it to succeed even though that the request has failed.
Note that this flag is used in combination with all other flags except Ok and WaitingToBeProcessed flag. - UpdateNotAllowed, Indicates that update request was not allowed.
- ReachedMaximumActiveItemsThreshold, AddShopItem request was not processed because shop already has maximum number of active items that are allowed to be in the shop.
- WaitingToBeProcessed, Request is in the queue and waiting to be processed.
- Uncommited, Request is not commited, use API method AddItemCommit to commit the request.