MCPcopy Index your code
hub / github.com/creativeprojects/resticprofile / Error

Method Error

command_error.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (c *commandError) Error() string {
24 return c.err.Error()
25}
26
27func (c *commandError) Unwrap() error {
28 return c.err

Calls

no outgoing calls