MCPcopy Create free account
hub / github.com/zalando/skipper / Code

Method Code

routing/errors.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12func (e invalidDefinitionError) Error() string { return string(e) }
13func (e invalidDefinitionError) Code() string { return string(e) }
14
15var (
16 errUnknownFilter = invalidDefinitionError("unknown_filter")

Callers 3

processRouteDefsFunction · 0.95
HandleValidationErrorFunction · 0.95
receiveRouteMatcherFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected