# File lib/doorkeeper/oauth/error_response.rb, line 37
      def redirect_uri
        if @response_on_fragment
          uri_with_fragment @redirect_uri, body
        else
          uri_with_query @redirect_uri, body
        end
      end