MCPcopy Create free account
hub / github.com/BryanMwangi/pine / Error

Method Error

cron/utils.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (e *JobError) Error() string { return e.cause.Error() }
21func (e *JobError) Unwrap() error { return e.cause }
22
23// Err wraps err with a stack trace captured at the call site.

Calls

no outgoing calls