# File control/ServerError/ServerError.rb, line 44
  def load_error_query
    { 'type' => 'load',
      'id' => @control.setup_load_errors.index(@error_sample).to_s
    }
  end