Sha256: 7700865a41bba80d68c18aa9db5ca351c2ef4c08e428d37411f50cc946188303

Contents?: true

Size: 504 Bytes

Versions: 3

Compression:

Stored size: 504 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

    module MirthErrors
      class WrongPatient < Error; end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roqua-healthy-1.1.3 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.2 lib/roqua/healthy/errors.rb
roqua-healthy-1.1.1 lib/roqua/healthy/errors.rb