MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / FeedbackError

Struct FeedbackError

cli/internal/model/error.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import "errors"
22
23type FeedbackError struct {
24 IsRetry bool `json:"isRetry"`
25 Err error `json:"err"`
26}
27
28func (e *FeedbackError) Error() string {
29 /* msg := ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected