MCPcopy
hub / github.com/getsops/sops / decryptGroupError

Struct decryptGroupError

usererrors.go:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type decryptGroupError struct {
75 groupName string
76 err error
77}
78
79func (r *decryptGroupError) Error() string {
80 return fmt.Sprintf("could not decrypt group %s: %s", r.groupName, r.err)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected