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
PatientDoubleBookedError
Link copied to clipboard
class PatientDoubleBookedError : Throwable
This error indicates that there is an existing booking with the provider See org.dexcare.services.provider.ProviderService.scheduleProviderVisit
PatientNotOnPhysicalPanelError
Link copied to clipboard
class PatientNotOnPhysicalPanelError : Throwable
This error indicates that the provider requires that the patient be on their panel before booking See org.dexcare.services.provider.ProviderService.scheduleProviderVisit
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