ErrLookup › BurntSushi/ripgrep

BurntSushi/ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore · Rust · 90 source files

Analyzed at 3fce3b5bb0 on 2026-08-06. 51 documented errors.

Code / MessageTypeSeverityTags
MissingCommands({missing_names})
exception error
MissingDependency({missing_names})
exception error
{}: {}
validation error
{line_number}: {err}
validation error
choice '{unk}' is unrecognized
validation error
unrecognized regex engine '{string}'
validation error
-X/--index may be given at most twice
validation error
A path separator must be exactly one byte, but the given sep
validation error
flag --{} does not support indexing
validation error
{err} Consider enabling PCRE2 with the --pcre2 flag, which
validation error
regex could not be compiled with either the default regex en
validation error
PCRE2 is not available in this build of ripgrep
validation error
{err} Consider enabling multiline mode with the --multiline
validation error
failed to find a place to create/update an index
validation error
failed to find an index to read
validation error
ripgrep requires at least one pattern to execute a search
validation error
pattern given is not valid UTF-8
validation error
error reading -f/--file from stdin: stdin has already been c
validation error
error: attempted to read patterns from stdin while also sear
validation error
failed to get current working directory: {err} did your CWD
console error
separator must be valid UTF-8 (use escape sequences to provi
validation error
sorting by last modified isn't supported: {err}
validation error
sorting by last accessed isn't supported: {err}
validation error
sorting by creation time isn't supported: {err}
validation error
failed to initialize logger: {err}
console error
unrecognized flag -{name}
validation error
unrecognized flag --{name}
validation error
indexing not enabled in this build of ripgrep
validation error
current working directory `{}` is not absolute
validation error
index was opened read-only
validation error
system PATH environment variable not found
console error
{}: could not find executable in PATH
console error
hostname could not be found on unsupported platform
console error platform, hostname, wasm, cfg
host name max limit ({}) overflowed usize
console error hostname, unix, sysconf, libc
could not find NUL terminator in hostname
console error hostname, unix, posix, nul-terminator
invalid format for size '{}', which should be a non-empty se
validation error size-parsing, cli, validation, human-readable
invalid integer found in size '{}': {}
validation error size-parsing, cli, overflow, u64
size too big in '{}'
validation error size-parsing, cli, overflow, checked-mul
found invalid UTF-8 in pattern at byte offset {}: {} (disabl
validation error pattern, utf-8, regex, cli
{}: {}
validation error pattern, io, file-not-found, cli
{}:{}
validation error pattern, utf-8, patterns-file, cli
<stdin>:{}
validation error pattern, utf-8, stdin, cli
preprocessor command could not start: '{cmd:?}': {err}
console error preprocessor, process, spawn, cli
preprocessor command failed: '{cmd:?}': {err}
console error preprocessor, process, io, cli
<stdin> has no metadata
console error walk, stdin, metadata, ignore
unsupported platform
console error walk, platform, wasm, ignore
walkdir: same_file_system option not supported on this platf
console error walk, platform, same-file-system, ignore
pattern contains {byte:?} but it is impossible to match
validation error regex, banned-byte, nul, binary
line terminators must be ASCII, but {byte:?} is not
validation error regex, line-terminator, ascii, searcher
the literal {:?} is not allowed in a regex
validation error regex, line-terminator, multiline, searcher
configured allocation limit ({}) exceeded
console error rust, grep-searcher, memory, io-error, configuration, ripgrep