Sha256: 9ca1ff8bf80ae644a55a5fe34bef3d3a7a1a937735882597fefde71eddb548d8
Contents?: true
Size: 549 Bytes
Versions: 10
Compression:
Stored size: 549 Bytes
Contents
module Roqua module Healthy class Error < StandardError; end class ConnectionError < Error; end class IllegalMirthResponse < ConnectionError; end class Timeout < ConnectionError; end class HostUnreachable < ConnectionError; end class ConnectionRefused < ConnectionError; end class UnknownFailure < Error; end class PatientIdNotInRemote < Error; end class PatientNotFound < Error; end class AuthenticationFailure < Error; end module MirthErrors class WrongPatient < Error; end end end end
Version data entries
10 entries across 10 versions & 1 rubygems