ErrLookup › EpicGames/lore
EpicGames/lore
Lore is a next-generation, open source version control system · Rust · 709 source files
Analyzed at 074eb0b0d1 on 2026-09-13. 99 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| ClientIdentify must be handled successfully | exception | error | rust, test-panic, quic, request-handler, client-identify |
| handler failed | exception | error | rust, test-panic, quic, store-query |
| Failed to create stores | exception | error | rust, test-panic, storage, test-fixture, store-creation |
| parsing a ClientIdentify request must succeed | exception | error | rust, test-panic, quic, request-parsing, protocol-v4 |
| get from local store should work | exception | error | rust, test-panic, storage, immutable-store, readback |
| failed to create directory | exception | error | filesystem, tls, startup, permissions |
| Failed to create mutable store plugin | exception | error | plugin, mutable-store, configuration, startup |
| failed to write ephemeral private key | exception | error | filesystem, tls, private-key, write-failed |
| Failed to create store | exception | error | rust, test-setup, store-initialization, panic |
| response parse should work | exception | error | rust, test-panic, deserialization, query-response |
| Unable to rename, file/directory mismatch | exception | error | filesystem, rename, case-sensitivity |
| Missing composite local store settings | validation | error | configuration, composite, immutable-store, startup |
| bytes exceeds the byte whole-file limit; open the file and… | exception | error | io, limit, async, file |
| Matching file not found | exception | error | filesystem, not-found, case-insensitive |
| Missing local mutable store settings | validation | error | configuration, rust, startup, mutable-store |
| could not spawn payload generator thread | panic | error | rust, threading, spawn-failure, resource-limits |
| anchor file ended before the anchor length | exception | error | io, deserialization, truncated-file |
| No local store settings found | validation | error | config, startup, store |
| hex was not valid utf8 | panic | warning | rust, utf8, hex, invariant |
| No alpns provided | exception | error | rust, quic, alpn, configuration |
| expected `state` | validation | error | rust, proc-macro, compile-error |
| failed to write ephemeral certificate | exception | error | filesystem, tls, certificate, write-failed |
| hex encode failed | panic | error | rust, hex, buffer-size, panic |
| PresignTokenPayload is always serializable | panic | error | rust, serde, json, panic, hmac |
| level header file is | exception | error | io, corrupt-file, truncated-file |
| handler should succeed even for a miss | exception | error | rust, test, quic, routing, replication |
| not a regular file | exception | error | filesystem, validation, io |
| Pager process stdin not available | exception | error | io, cli, pager, process |
| Failed to open additional stream | exception | error | quic, rust, test-harness, stream |
| No protocol found on request | exception | error | rust, quic, alpn, tls |
| unsupported LORE_IO_BACKEND | validation | error | env-var, config, io, platform |
| file refused further writes | exception | error | io, filesystem, write |
| certificate is partially configured: certificate.cert_file… | exception | error | mtls, tls, configuration, security |
| Received connection for unsupported protocol | exception | error | rust, quic, alpn, routing |
| Failed to create lock store plugin | exception | error | plugin, lock-store, configuration, startup |
| Failed to open log file | panic | critical | rust, logging, file-io, panic |
| could not get available parallelism | panic | critical | rust, panic, parallelism |
| replicated mutable store is not implemented | exception | error | configuration, unsupported, mutable-store, startup |
| Failed to create hooks from configuration | panic | critical | rust, configuration, hooks, startup-failure, panic |
| task failed | exception | error | rust, tokio, concurrency, task-join, metadata |
| Invalid settings, cannot have composite store as mutable… | validation | error | configuration, unsupported, composite, mutable-store |
| Missing remote mutable store settings | validation | error | configuration, rust, startup, remote-store |
| [environment.endpoint] auth_url is set but [server.auth] is… | exception | error | rust, auth, configuration, startup, validation |
| level header file has invalid magic 0x | exception | error | io, corrupt-file, validation |
| gRPC internal TLS is partially configured: cert= | exception | error | grpc, tls, mtls, config |
| file ended before the requested read length | exception | error | io, eof, windows, async |
| Failed to parse | exception | error | rust, test, parsing, response-format |
| [environment.endpoint] auth_url and [server.auth]… | exception | error | rust, auth, configuration, startup, conflict |
| {} {err} | exception | error | config, content-type, validation, startup |
| requires mTLS to start (verify_client_certs = true)… | exception | error | mtls, tls, configuration, security |
| Failed to write data | exception | error | rust, quic, stream-write, panic, test |
| Failed to create immutable store | exception | error | plugin, configuration, rust |
| file shrank while reading | exception | error | io, filesystem, race-condition, read |
| put should work | exception | error | rust, test, store, write, async |
| Failed client config | exception | error | tls, quic, rustls, rust, configuration |
| unsupported " ": (expected a whole number of threads) | validation | warning | config, environment, parsing |
| {e} | panic | error | rust, builder-pattern, panic, validation |
| Failed Quinn server start | exception | error | quic, server, tls, rust, test-harness |
| Failed to create immutable store plugin | exception | error | plugin, store, configuration, startup |
| level header file has unsupported version | exception | error | io, version-mismatch, compatibility |
| Maintenance TLS is partially configured: cert_file and… | exception | error | rust, grpc, tls, configuration |
| Failed to create main store | exception | error | rust, test, store, initialization |
| Missing Internal QUIC config | validation | error | config, quic, startup |
| presigned_url_hmac_key is not valid hex | exception | error | config, hex, hmac, startup |
| No handshake data | exception | error | rust, quic, tls, handshake |
| Stream handler factory was not set | exception | error | rust, quic, builder-pattern |
| Failed to write header | exception | error | quic, rust, test-harness, io |
| Missing max size on local store settings | validation | error | configuration, seeding, rust |
| Failed to create notification plugin | exception | error | plugin, notification, configuration |
| Failed socket setup | exception | error | network, udp, test-harness, rust |
| Immutable store must be a local store | exception | error | grpc, storage, configuration, invariant |
| Missing composite remote store settings | validation | error | configuration, rust, startup |
| TLS is partially configured: cert_file and pkey_file must… | exception | error | grpc, tls, config, startup |
| Networking not supported on this OS | panic | error | rust, networking, uds, platform, panic |
| Missing composite replicated store settings | validation | error | configuration, rust, startup |
| Missing gRPC settings | exception | error | grpc, configuration, startup |
| presigned_url_hmac_key must be at least | exception | error | config, hmac, weak-key, startup |
| Failed to read response | exception | error | quic, rust, test-harness, io |
| Missing QUIC certificate config | exception | error | rust, quic, tls, configuration |
| Cannot configure gRPC internal server, no local store | exception | error | grpc, store, initialization, startup |
| Composite store not supported as a composite substore | validation | error | configuration, rust, unsupported |
| Missing local immutable store settings | exception | error | configuration, store, startup |
| Failed to start maintenance HTTP server | exception | error | network, config, address-parsing, startup |
| Failed to setup bidirectional channel | exception | error | quic, network, stream, rust, test-harness |
| Missing Public QUIC config | validation | error | config, quic, startup |
| Missing composite store settings | exception | error | configuration, store, startup |
| Missing replicated store settings | validation | error | configuration, store, replication, startup |
| Notification plugin receiver background task failed | exception | error | plugin, notification, background-task, runtime |
| Invalid user_agent_patterns | validation | error | configuration, regex, startup |
| Failed to create local store | exception | error | rust, test, store, initialization |
| Missing remote immutable store settings | validation | error | configuration, store, startup |
| Missing cert chain | exception | error | rust, quic, mtls, configuration |
| Failed to start HTTP server | exception | error | network, config, address-parsing, startup |
| Failed to create client endpoint | exception | error | quic, network, udp, rust, test-harness |
| Failed flush | exception | error | quic, rust, test-harness, io |
| Bad cert paths | exception | error | tls, certificates, test-harness, rust |
| Address was not set | exception | error | rust, quic, builder-pattern |
| Failed to decode protocol | exception | error | rust, quic, alpn, utf8 |
| Missing gRPC internal settings | exception | error | grpc, configuration, startup |