BatchItemErrorCode
Enum
Defines the values that indicate the success/failure state of each individual record in the batch.
None :
0
No error, item was successfully processed.
Failed_NotProcessed :
1
Failed, item was skipped to due failure earlier in the batch.
Failed_InvalidModel :
2
Failed, there is a problem with one or more of the field values specified in the model. See error text for more information.
Failed_InternalServerError :
99
Failed, an internal error has occured that we didnt expect. Contact api-support@powerepos.cloud for more information.