|
Errors |
Top Previous Next |
|
Checks are made for availability when creating a reservation using als_create_reservation.cgi
<?xml version="1.0" encoding="utf-8"?> <error> <row> <row error="No Event available for Product 1 Date=2010-05-12 Time=17:00 with 3 seats" errorcode="0"/> </row> </error>
If there is a date but no event or time then you will get this error
<?xml version="1.0" encoding="utf-8"?> <error> <row> <row error="No Event or Date/Time Attributes" errorcode="0"/> </row></error>
|