ErrLookup › cloudflare/pingora
cloudflare/pingora
A library for building fast, reliable and evolvable network services. · Rust · 187 source files
Analyzed at 0046038bd4 on 2026-08-16. 30 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| No tls feature was specified | panic | error | rust, tls, cargo-features, compile-config, pingora |
| cache_key_callback must be implemented when caching is enabl | panic | error | rust, pingora-proxy, cache, trait-method, panic |
| invalid argument | validation | error | rust, windows, winsock, socket-address, pingora |
| dial9 max_file_size must be greater than zero | validation | error | rust, pingora-runtime, dial9, log-rotation, config-validation |
| dial9 max_total_size must be greater than zero | validation | error | rust, pingora-runtime, dial9, log-rotation, config-validation |
| dial9 max_file_size must be less than or equal to max_total_ | validation | error | rust, pingora-runtime, dial9, log-rotation, config-validation |
| dial9 worker_poll_interval must be greater than zero | validation | error | rust, pingora-runtime, dial9, polling-interval, config-validation |
| dial9 s3 bucket must not be empty | validation | error | rust, pingora-runtime, dial9, s3, config-validation |
| dial9 s3 service_name must not be empty | validation | error | rust, pingora-runtime, dial9, s3, config-validation |
| take_write_lock() called without cache lock | panic | error | rust, pingora-cache, cache-lock, panic, invariant |
| take_write_lock() called without lock | panic | error | rust, pingora-cache, cache-lock, panic, invariant |
| non-pathname unix sockets not supported as peer | panic | error | rust, unix-socket, abstract-socket, connector, pingora, panic |
| Tried to listen with no addr specified | panic | error | rust, listener, startup, pingora, panic |
| invalid ca pem | panic | error | rust, tls, s2n, pem, certificate, panic |
| failed to build offload runtime | panic | error | rust, tokio, runtime, resource-limits, fd-exhaustion, pingora |
| failed to spawn offload runtime thread | panic | error | rust, thread, os-limits, resource-exhaustion, pingora |
| must have read body buf | panic | error | rust, http1, body-parser, chunked, pingora, invariant, panic |
| body buf exists once a partial chunk head was buffered | panic | error | rust, http1, body-parser, chunked-encoding, pingora, invariant, panic |
| body buf exists once a chunk was parsed out of it | panic | error | rust, http1, body-parser, chunked-encoding, trailers, pingora, invariant, panic |
| body buf is initialized before reading trailers | panic | error | rust, pingora, http1, chunked-encoding, trailers, panic, internal-invariant |
| non-pathname unix sockets not supported as peer | panic | error | rust, pingora, unix-socket, abstract-socket, connection-reuse, panic |
| failed to build tokio runtime for parent signal wait | panic | critical | rust, pingora, tokio, runtime, daemon, resource-limits, panic |
| failed to register SIGUSR1 listener | panic | critical | rust, pingora, daemon, signals, sigusr1, tokio, containers, panic |
| Failed to build listeners | panic | critical | rust, pingora, listener, bind, address-in-use, tls, startup, panic |
| Failed to parse certificate from DER format. | panic | error | rust, pingora, tls, x509, certificate, der, parsing, panic |
| Failed to parse certificate from DER format. | panic | error | rust, pingora, tls, s2n, x509, certificate, der, parsing, panic |
| Failed to parse PEM | panic | error | rust, pingora, tls, s2n, pem, certificate, base64, parsing, panic |
ERR_RESPONSE_TOO_LARGE writing data of size {} bytes would exceed max file size of {} bytes | error_code | error | rust, pingora, cache, response-size, max-file-size, streaming, chunked |
| failed to build work-stealing Tokio runtime | panic | critical | rust, pingora, tokio, runtime, threads, resource-limits, startup, panic |
| failed to build no-steal Tokio runtime worker | panic | critical | rust, pingora, tokio, runtime, threads, resource-limits, startup, panic |