ScheduleProviderAppointmentFailedReason
public enum ScheduleProviderAppointmentFailedReason : Error, FailedReasonType
Undocumented
-
Undocumented
Declaration
Swift
case patientNotLinked
-
Undocumented
Declaration
Swift
case patientNotFound
-
Undocumented
Declaration
Swift
case patientAccountLocked
-
Undocumented
Declaration
Swift
case conflictSlotUnavailable
-
Undocumented
Declaration
Swift
case conflictPatientDoubleBooked
-
Undocumented
Declaration
Swift
case unknownAppointmentConflict
-
Undocumented
Declaration
Swift
case internalServerError
-
Validation of information failed. Please see message returned for more info
Declaration
Swift
case missingInformation(message: String)
-
Undocumented
Declaration
Swift
case failed(reason: FailedReason)
-
Provider requires that the patient be on their panel before booking
Declaration
Swift
case patientNotOnPhysicalPanel
-
Undocumented
Declaration
Swift
public func failedReason() -> FailedReason?