We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edf253 commit a032137Copy full SHA for a032137
planet/order_request.py
@@ -387,7 +387,7 @@ def composite_tool(group_by: Optional[str] = None) -> dict:
387
dict: A dictionary representing the composite tool configuration.
388
"""
389
if group_by and group_by not in ["order", "strip_id"]:
390
- raise ValueError(
+ raise ClientError(
391
f"Invalid group_by value: {group_by}. Must be 'order' or 'strip_id'."
392
)
393
0 commit comments