ErrLookup › sharkdp/hexyl
sharkdp/hexyl
A command-line hex viewer · Rust · 5 source files
Analyzed at 6ecc29b9c8 on 2026-09-09. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| ' ' is a directory. | validation | error | cli, filesystem, invalid-argument |
| Failed to jump to the desired input position. This could be… | exception | error | io, seek, stdin |
| anyhow!(e) | exception | error | cli, anyhow, error-conversion |
| failed to parse `--skip` arg | validation | error | cli, parsing, invalid-argument |
| ByteOffsetParseError::UnitMultiplicationOverflow | exception | error | cli, overflow, parsing |
| can not use 'block(s)' as a unit to specify block size | validation | error | cli, validation, units |
| failed to parse `--length` arg | validation | error | cli, parsing, invalid-argument |
| block size argument must be positive | validation | error | cli, validation, value-out-of-range |