MCPcopy Create free account
hub / github.com/The-Pocket/PocketFlow-Go / PocketFlowError

Struct PocketFlowError

pocketflow.go:44–47  ·  view source on GitHub ↗

PocketFlowError represents an error originating from the PocketFlow library.

Source from the content-addressed store, hash-verified

42
43// PocketFlowError represents an error originating from the PocketFlow library.
44type PocketFlowError struct {
45 Message string
46 Cause error
47}
48
49func (e *PocketFlowError) Error() string {
50 if e.Cause != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected