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

Version Path
roqua-healthy-1.4.1 lib/roqua/healthy/errors.rb
roqua-healthy-1.3.0 lib/roqua/healthy/errors.rb
roqua-healthy-1.2.1 lib/roqua/healthy/errors.rb
roqua-healthy-1.2.0 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.9 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.8 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.7 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.6 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.5 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.4 lib/roqua/healthy/errors.rb