Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-exp committed Nov 7, 2024
1 parent 1caa361 commit 41766e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/bean/bean.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ type RegistryCredentials struct {
}

const (
NoPluginOrParentIdProvidedErr = "no value for pluginVersionIds and parentPluginIds provided in query param"
NoPluginOrParentIdProvidedErr = "Empty values for both pluginVersionIds and parentPluginIds. Please provide at least one of them"
NoPluginFoundForThisSearchQueryErr = "unable to find desired plugin for the query filter"
PluginStepsNotProvidedError = "plugin steps not provided"
PluginWithSameNameExistError = "plugin with the same name exists, please choose another name"
Expand Down

0 comments on commit 41766e2

Please sign in to comment.