minor fix: add parameters in error msg of Plugin service returned no options (#21662)
This commit is contained in:
parent
9a4c1fe834
commit
a82943a83d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,4 +42,4 @@ class DynamicSelectClient(BasePluginClient):
|
|||
for options in response:
|
||||
return options
|
||||
|
||||
raise ValueError("Plugin service returned no options")
|
||||
raise ValueError(f"Plugin service returned no options for parameter '{parameter}' in provider '{provider}'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue