backend/services/module-booking/components.errors.ts
2025-05-14 21:45:16 +02:00

7 lines
215 B
TypeScript

export const engineBookingErrorConfig = {
/* Bookings error */
7000: 'That slot has already been reserved',
7001: 'There was an error manipulating the dates',
7002: 'That slot is not available ',
};