{"record":{"id":"0354f31e48abd97e","repo":"fluent/fluentd","slug":"include-error-at-fname-line-i-e-to-s","errorCode":null,"errorMessage":"include error at #{@fname} line #{@i}: #{e.to_s}","messagePattern":"include error at #(.+?) line #(.+?): #(.+?)","errorType":"exception","errorClass":"ConfigParseError","httpStatus":null,"severity":"error","filePath":"lib/fluent/config/parser.rb","lineNumber":115,"sourceCode":"          }\n\n          case u.scheme\n          when 'http', 'https', 'ftp'\n            # URI#open can be able to handle URIs for http, https and ftp.\n            require 'open-uri'\n            u.open(&parser_proc)\n          else\n            # TODO: This case should be handled in the previous if condition. Glob is not applied to some Windows path formats.\n            # 'c:/path/to/file' will be passed as URI, 'uri' and 'u.path' will be:\n            #   - uri is 'c:/path/to/file'\n            #   - u.path is '/path/to/file' and u.scheme is 'c'\n            # Therefore, the condition of the if statement above is not met and it is handled here.\n            File.open(uri, &parser_proc)\n          end\n        end\n\n      rescue SystemCallError => e\n        raise ConfigParseError, \"include error at #{@fname} line #{@i}: #{e.to_s}\"\n      end\n    end\n  end\nend\n","sourceCodeStart":97,"sourceCodeEnd":120,"githubUrl":"https://github.com/fluent/fluentd/blob/dd45c6e18dc7be33b5e5a0f0767bf46307ff5626/lib/fluent/config/parser.rb#L97-L120","documentation":"Error \"include error at #{@fname} line #{@i}: #{e.to_s}\" thrown in fluent/fluentd.","triggerScenarios":"Thrown at lib/fluent/config/parser.rb:115 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"dd45c6e18dc7be33b5e5a0f0767bf46307ff5626","analyzedAt":"2026-08-21T16:22:07.332Z","schemaVersion":2},"datasetVersion":"2026-08-21T18:17:14.833Z"}