Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| Unauthorized |
-1 |
Unauthorized |
| Success |
0 |
Success |
| InvalidInput |
1 |
Invalid User Input |
| InvalidOperation |
2 |
Invalid User Operation |
| OperationFailed |
3 |
Operation Failed |
| OperationPartialFailed |
4 |
Operation partial failed |
| SystemInternalError |
5 |
Operation failed due to system internal error |
| OrderAlreadyExists |
6 |
The provided orderId already exists in the database |
| OperationForbidden |
7 |
This operation is forbidden current user. |
| UnSupportedMethod |
999 |
Unsupported API method or forbidden operation under current authentication. |