add disable element id (#1052)
This commit is contained in:
@@ -521,3 +521,10 @@ class InvalidWorkflowParameter(SkyvernHTTPException):
|
||||
message,
|
||||
status_code=status.HTTP_400_BAD_REQUEST,
|
||||
)
|
||||
|
||||
|
||||
class InteractWithDisabledElement(SkyvernException):
|
||||
def __init__(self, element_id: str):
|
||||
super().__init__(
|
||||
f"The element(id={element_id}) now is disabled, try to interact with it later when it's enabled."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user