ErrLookup › gorilla/mux

gorilla/mux

Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 · Go · 5 source files

Analyzed at db9d1d0073 on 2026-08-04. 23 documented errors.

Code / MessageTypeSeverityTags
method is not allowed
error_code error http, routing, method-mismatch, runtime, sentinel
no matching route was found
error_code error http, routing, not-found, runtime, sentinel
key not found in metadata
error_code error metadata, routing, config, sentinel
skip this router
error_code info routing, walk, control-flow, sentinel
mux: duplicated route variable %q
validation error routing, config, regexp, build-time, variables
mux: number of parameters must be multiple of 2, got %v
validation error routing, config, arguments, build-time
mux: route already has name %q, can't set %q
exception error routing, config, naming, build-time
mux: path must start with a slash, got %q
validation error routing, config, path, build-time
mux: number of parameters must be multiple of 2, got %v
validation error routing, config, query, build-time
mux: route doesn't have a host
exception error routing, url-building, config
mux: route doesn't have a path
exception error routing, url-building, config
mux: route does not have a path
exception error routing, introspection, docs, regexp, path
mux: route doesn't have queries
exception error routing, introspection, query, docs
mux: route doesn't have methods
exception error routing, introspection, method, docs
mux: missing name or pattern in %q
validation error routing, config, regexp, path-template, build-time
mux: error compiling regex for %q: %w
validation error routing, config, regexp, build-time
route %s contains capture groups in its regexp. Only non-cap
panic critical routing, config, regexp, panic, build-time
mux: missing route variable %q
exception error routing, url-building, reverse-routing, gorilla-mux
mux: variable %q doesn't match, expected %q
exception error routing, url-building, validation, regexp, gorilla-mux
mux: unbalanced braces in %q
validation error routing, configuration, template, startup, gorilla-mux
Forbidden
http warning authentication, middleware, http, example, authorization, gorilla-mux
err.Error()
http warning security, static-files, error-handling, information-disclosure, example, gorilla-mux
Forbidden
http warning authentication, middleware, http, example, authorization, gorilla-mux