MCPcopy Index your code
hub / github.com/getsops/sops / Error

Method Error

usererrors.go:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (err *getDataKeyError) Error() string {
39 return fmt.Sprintf("Error getting data key: %d successful groups "+
40 "required, got %d", err.RequiredSuccessfulKeyGroups,
41 err.successfulKeyGroups())
42}
43
44func (err *getDataKeyError) UserError() string {
45 var groupErrs []string

Callers 3

UserErrorMethod · 0.45
UserErrorMethod · 0.45
UserErrorMethod · 0.45

Calls 1

successfulKeyGroupsMethod · 0.95

Tested by

no test coverage detected