We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62128d4 commit a18cfb9Copy full SHA for a18cfb9
plugins/soc-ai/elastic/error.go
@@ -11,5 +11,5 @@ func RegisterError(message string, id string) {
11
if err != nil {
12
_ = catcher.Error("error while indexing error in elastic: %v", err, map[string]any{"process": "plugin_com.utmstack.soc-ai"})
13
}
14
- _ = catcher.Error("TODO: Explain this error", errors.New(message), map[string]any{"process": "plugin_com.utmstack.soc-ai"})
+ _ = catcher.Error("soc-ai operation error", errors.New(message), map[string]any{"process": "plugin_com.utmstack.soc-ai"})
15
0 commit comments