MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / errExpectedBetween

Function errExpectedBetween

pkg/encoding/lorawan/errors.go:98–100  ·  view source on GitHub ↗
(lorawanField string, min, max any)

Source from the content-addressed store, hash-verified

96}
97
98func errExpectedBetween(lorawanField string, min, max any) valueErr {
99 return unexpectedValue(errFieldBound.WithAttributes("lorawan_field", lorawanField, "min", min, "max", max))
100}

Callers 2

mac.goFile · 0.70

Calls 2

unexpectedValueFunction · 0.70
WithAttributesMethod · 0.45

Tested by

no test coverage detected