fix: consolidate duplicate InvokeRateLimitError definitions (#30229)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maries
2025-12-28 02:03:42 +08:00
committed by GitHub
parent d8010a7fbc
commit 2b01f85d61
3 changed files with 6 additions and 5 deletions

View File

@ -18,8 +18,8 @@ class WorkflowIdFormatError(Exception):
pass
class InvokeRateLimitError(Exception):
"""Raised when rate limit is exceeded for workflow invocations."""
class WorkflowQuotaLimitError(Exception):
"""Raised when workflow execution quota is exceeded (for async/background workflows)."""
pass