minor fix: add parameters in error msg of Plugin service returned no options (#21662)
This commit is contained in:
@@ -42,4 +42,4 @@ class DynamicSelectClient(BasePluginClient):
|
|||||||
for options in response:
|
for options in response:
|
||||||
return options
|
return options
|
||||||
|
|
||||||
raise ValueError("Plugin service returned no options")
|
raise ValueError(f"Plugin service returned no options for parameter '{parameter}' in provider '{provider}'")
|
||||||
|
Reference in New Issue
Block a user