ErrLookup › rwf2/Rocket
rwf2/Rocket
A web framework for Rust. · Rust · 275 source files
Analyzed at 3a54d079ae on 2026-08-16. 19 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
InvalidOperation template read failed | exception | error | rust, rocket, minijinja, templates, filesystem, permissions |
Static unexpected static parameter | validation | error | rust, rocket, proc-macro, codegen, compile-time, route-attribute |
Empty parameters cannot be empty | validation | error | rust, rocket, proc-macro, codegen, compile-time, route-parameter |
BadIdent invalid identifier | validation | error | rust, rocket, proc-macro, codegen, compile-time, identifier |
Ignored parameter must be named | validation | error | rust, rocket, proc-macro, codegen, compile-time, query-parameters, wildcard |
EarlyTrailing unexpected text after trailing parameter | validation | error | rust, rocket, proc-macro, codegen, compile-time, trailing-parameter |
NoTrailing parameter cannot be trailing | validation | error | rust, rocket, proc-macro, codegen, compile-time, trailing-parameter, route-attribute |
| invalid lint `{name}` (known lints: {}) | validation | error | rust, rocket, proc-macro, lint, compile-time, suppress-attribute |
UnexpectedEof data limit exceeded | http | error | rust, rocket, form-data, limits, runtime, request-body |
BrokenPipe spawn_block | exception | error | rust, rocket, tempfile, async, blocking-task, filesystem |
Other spawn_block panic | exception | error | rust, rocket, tempfile, async, blocking-task, shutdown, multipart |
TimedOut shutdown grace period elapsed | exception | warning | rust, rocket, shutdown, graceful-shutdown, runtime |
BrokenPipe I/O driver terminated | exception | warning | rust, rocket, shutdown, async, runtime, tokio |
InsecureSecretKey insecure secret key config | exception | critical | rust, rocket, security, secret-key, configuration, startup |
UnexpectedEof data limit exceeded | http | error | rust, rocket, json, limits, runtime, request-body |
UnexpectedEof data limit exceeded | http | error | rust, rocket, msgpack, limits, runtime, request-body |
| error reading TLS file `{source}`: {e} | exception | critical | rust, rocket, tls, configuration, startup, certificates |
| create tokio runtime | panic | critical | rust, rocket, tokio, runtime, panic, resource-limits, docker, thread-limit |
| create tokio runtime | panic | error | rust, rocket, tokio, testing, local-client, panic, resource-limits |