ErrLookup › go-kit/kit
go-kit/kit
A standard library for microservices. · Go · 161 source files
Analyzed at 78fbbceece on 2026-08-15. 11 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| CasbinModel is required in context | exception | error | go, go-kit, casbin, authorization, context, middleware |
| CasbinPolicy is required in context | exception | error | go, go-kit, casbin, authorization, context, policy |
| Unauthorized Access | exception | error | go, go-kit, casbin, authorization, rbac, access-denied |
| token up for parsing was not passed through the context | exception | error | go, go-kit, jwt, authentication, context, http-headers |
| JWT was invalid | exception | error | go, go-kit, jwt, authentication, signature, key-management |
| JWT is expired | exception | error | go, go-kit, jwt, authentication, token-expiry |
| JWT is malformed | exception | error | go, go-kit, jwt, authentication, http-headers, token-format |
| token is not valid yet | exception | warning | go, go-kit, jwt, authentication, clock-skew, nbf |
| unexpected signing method | exception | error | go, go-kit, jwt, authentication, signing-method, security |
| rate limit exceeded | exception | warning | go, go-kit, rate-limiting, backpressure, middleware |
| no endpoints available | exception | error | go, go-kit, service-discovery, load-balancing, startup |