Package org.dexcare.services.retail.errors

Types

AlreadyBookedAtSameTimeError
Link copied to clipboard
class AlreadyBookedAtSameTimeError : Throwable
This error indicates the user has already booked another appointment at the same time
FailedToBookError
Link copied to clipboard
class FailedToBookError : Throwable
This is a general error for when the user is unable to book an appointment
SomeoneElseHasBookedError
Link copied to clipboard
class SomeoneElseHasBookedError : Throwable
This error indicates the time slot has already been booked by another user
TimeSlotInPastError
Link copied to clipboard
class TimeSlotInPastError : Throwable
This error indicates the time slot is in the past and no longer available
UnavailableAppointmentError
Link copied to clipboard
class UnavailableAppointmentError : Throwable
This error indicates the time slot selected is unavailable