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

Method Error

cli/internal/model/error.go:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (e *FeedbackError) Error() string {
29 /* msg := ""
30 if e.IsRetry {
31 msg = "disable retry"
32 } */
33 return e.Err.Error()
34}
35
36func CreateFeedbackError(err string, isRetry bool) FeedbackError {
37 return FeedbackError{

Callers 13

IsChangeConfigMethod · 0.45
InstallSmartideAgentFunction · 0.45
SaveTempFilesMethod · 0.45
appendRecordFunction · 0.45
ConfigGitByDockerExecFunction · 0.45
loadConfigWithYamlFileFunction · 0.45
LoadConfigYamlMethod · 0.45
SaveConfigYamlMethod · 0.45
setPort4LabelMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestI18nFunction · 0.36