Package org.dexcare.services.virtualvisit.errors

Types

DevicePairFailedReason
Link copied to clipboard
enum DevicePairFailedReason : Enum<DevicePairFailedReason>
Represents more specific error cases during the Device pairing flow
InvalidCouponCodeError
Link copied to clipboard
class InvalidCouponCodeError : Throwable
An error returned in org.dexcare.services.payment.PaymentService.verifyCouponCode when the provided coupon code is either invalid or currently disabled.
InvalidFeedbackObjectError
Link copied to clipboard
class InvalidFeedbackObjectError : Throwable
An error returned in org.dexcare.services.virtualvisit.VirtualService.postFeedback when the one or more of the provided org.dexcare.services.virtualvisit.models.VirtualFeedback instances are improperly created.
MissingConferenceDataError
Link copied to clipboard
class MissingConferenceDataError : Throwable
An error returned in org.dexcare.services.virtualvisit.VirtualService.postFeedback when the SDK cannot find information about the recent conference.
NeedPermissionError
Link copied to clipboard
class NeedPermissionError(permissions: String) : Throwable
An error returned when the permissions required for Virtual Visits were denied by the user.
VirtualVisitCancelled
Link copied to clipboard
class VirtualVisitCancelled : Throwable
An error returned when the request to connect to a virtual visit could not be completed, because the visit had already been cancelled.
VirtualVisitError
Link copied to clipboard
sealed class VirtualVisitError
A base class containing various errors that can occur within the virtual visit experience.
VirtualVisitFinished
Link copied to clipboard
class VirtualVisitFinished : Throwable
An error returned when the request to connect to a virtual visit could not be completed, because the visit had already been finished.
VirtualVisitNotFound
Link copied to clipboard
class VirtualVisitNotFound : Exception
An error returned when the request to connect to a virtual visit could not be completed, because the visit could not be found.
WaitTimeError
Link copied to clipboard
sealed class WaitTimeError : Throwable
A variety of errors that could be returned in the getEstimatedWaitTime APIs.