...
Code | Message |
---|---|
err_unprocessable_entity | The order is executed |
rejection_reason_not_found | The rejection reason is not found |
err_parse_request | Specify the reason for order rejection |
Order creating or editing (
...
validation)
Code | Message |
---|---|
order_valIDation | Specify the value |
The specified order registration time is less than the possible value | |
Select the dish from the menu | |
Specify the delivery time | |
The restaurant is incorrectly specified | |
The dish is not found in the menu | |
The number of dishes should be greater than 0 | |
Specify the phone number | |
Specify the street | |
Specify the city | |
Specify the house number | |
Specify the order delivery address | |
The specified address is not found | |
The dish `{p.menu_item_ID}` `{p.name}` is not found | |
The price for the dish `{p.menu_item_ID}` `{p.name}` is incorrectly specified | |
There is no ingredient `{i.menu_item_ID}` `{i.name}` in the menu | |
The price of the ingredient `{i.menu_item_ID}` `{i.name}` is incorrectly specified | |
The dish `{p.menu_item_ID}` `{p.name}` should not contain the specified ingredients | |
Specified the ingredients for the dish `{p.menu_item_ID}` | |
The number of ingredients for `{p.menu_item_ID}` should not be greater than `{reqIng.MaxCount}` | |
The incorrect ingredient `{inpIng.Name}` is specified for the dish `{p.menu_item_ID}` | |
Check the menu export. The dish `{p.menu_item_ID}` lacks ingredients, which it should have according to the scheme. | |
The dish `{p.menu_item_ID}` `{p.name}` is in the stop-list | |
The ingredient `{i.menu_item_ID}` `{i.name}` is in the stop-list |
...
Code | Message |
---|---|
status_change_forbIDden | The order is already executed |
status_not_active | The status is not active. Select another one. |
status_incorrect | The specified status cannot be assigned to the order. The order is to be received in more than 24 hours |
status_incorrect | The specified status cannot be assigned to the order. Assign a courier |
status_incorrect | The specified status cannot be assigned to the order. The status `{flowStage.Name}` is possible. |
licence_not_found | No licence is license is found |
Menu
Dish editing/getting a dish card
...