MCPcopy Create free account
hub / github.com/cortexproject/cortex / Error

Method Error

pkg/util/validation/limits.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51type LimitError string
52
53func (e LimitError) Error() string {
54 return string(e)
55}
56
57func IsLimitError(e error) bool {
58 var limitError LimitError

Calls

no outgoing calls