get rid of observer_cruise in observer_service code (#1651)
This commit is contained in:
@@ -571,3 +571,8 @@ class InteractWithDropdownContainer(SkyvernException):
|
||||
class UrlGenerationFailure(SkyvernHTTPException):
|
||||
def __init__(self) -> None:
|
||||
super().__init__("Failed to generate the url for the prompt")
|
||||
|
||||
|
||||
class ObserverCruiseNotFound(SkyvernHTTPException):
|
||||
def __init__(self, observer_cruise_id: str) -> None:
|
||||
super().__init__(f"Observer task {observer_cruise_id} not found")
|
||||
|
||||
Reference in New Issue
Block a user