Sha256: ff6602427c31b94b97ba909d8b02349277f8b97a78b3829c8a1a09239ba6b674

Contents?: true

Size: 341 Bytes

Versions: 7

Compression:

Stored size: 341 Bytes

Contents

require_relative 'base'

module Yardi
  module Error
    # Raised when a Yardi response contains error message, which can mean that
    # we are missing a required node in the XML we send them. In this case, the
    # response contains two message nodes, both of which have the same content.
    class ErrorResponse < Base
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yardi-4.11.4 lib/yardi/error/error_response.rb
yardi-4.11.3 lib/yardi/error/error_response.rb
yardi-5.0.1 lib/yardi/error/error_response.rb
yardi-4.11.2 lib/yardi/error/error_response.rb
yardi-4.11.1 lib/yardi/error/error_response.rb
yardi-4.11.0 lib/yardi/error/error_response.rb
yardi-4.0.8 lib/yardi/error/error_response.rb