MCPcopy
hub / github.com/dragonflyoss/dragonfly / Error

Method Error

internal/dferrors/error.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (s *DfError) Error() string {
50 return fmt.Sprintf("[%d]%s", s.Code, s.Message)
51}
52
53func New(code commonv1.Code, msg string) *DfError {
54 return &DfError{

Calls

no outgoing calls