This file is indexed.

/usr/lib/ruby/vendor_ruby/ms_rest/validation_error.rb is in ruby-ms-rest 0.6.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

module MsRest
  #
  # Class which represents an error meaning that invalid Model object was created by user or provided from server.
  #
  class ValidationError < RestError
  end
end