Created
November 17, 2023 07:51
-
-
Save stijnmoreels/ec52e2dc924773c09f5ddb045af0f0c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| restaurant fully booked always exceeds capacity failed | |
| { Name = GuestName "xycQKLpdXBCspKq" | |
| Quantity = Quantity 1 | |
| Date = Date 30/11/2023 00:00:00 +00:00 } [{ Name = GuestName "kWWQQebC" | |
| Quantity = Quantity 15 | |
| Date = Date 18/11/2023 00:00:00 +00:00 }; | |
| { Name = GuestName "mnvWmFjdYSwqlfJDh" | |
| Quantity = Quantity 14 | |
| Date = Date 19/11/2023 00:00:00 +00:00 }; | |
| { Name = GuestName "ICg" | |
| Quantity = Quantity 1 | |
| Date = Date 26/11/2023 00:00:00 +00:00 }; | |
| { Name = GuestName "rHEyLxMWjk" | |
| Quantity = Quantity 9 | |
| Date = Date 20/11/2023 00:00:00 +00:00 }; | |
| { Name = GuestName "LOPJxbVWAoijNB" | |
| Quantity = Quantity 2 | |
| Date = Date 18/11/2023 00:00:00 +00:00 }; ...] | |
| Labels of failing property (one or more is failing): | |
| <> Error CapacityExceeded | |
| addition quantity: 1 | |
| total capacity: 280 (20 * 14 = 280) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment