var go.opencensus.io/tag.errInvalidValue
6 uses
go.opencensus.io/tag (current package)
map.go#L111: return nil, errInvalidValue
map.go#L130: return nil, errInvalidValue
map.go#L150: return nil, errInvalidValue
map.go#L196: return ctx, fmt.Errorf("key:%q value:%q: %v", k.Name(), v, errInvalidValue)
map_codec.go#L231: return errInvalidValue
validate.go#L29: errInvalidValue = errors.New("invalid value: only ASCII characters accepted; max length must be 255 characters")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |