MCPcopy
hub / github.com/danielmiessler/Fabric / Error

Method Error

internal/plugins/ai/codex/errors.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (e *publicError) Error() string {
21 return e.message
22}
23
24func (e *publicError) Unwrap() error {
25 return e.cause

Calls

no outgoing calls