ripped right from ActionPack Defines the standard HTTP status codes, by integer, with their corresponding default message texts. Source: www.iana.org/assignments/http-status-codes
# File lib/rsolr/error.rb, line 105 def initialize request, response @request, @response = request, response end