Skip to content

Commit

Permalink
BP-872 - convert frontend callback to rest api (#135)
Browse files Browse the repository at this point in the history
* fix is_enterprise function

* fix function name

* adding new exception

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
erezz-mov-ai and github-actions[bot] authored Dec 3, 2023
1 parent 71b0839 commit 27911c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions movai_core_shared/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ class ActiveFlowError(MovaiException):
Raise when the command requires an active flow
"""


class RunError(MovaiException):
"""
Run error elements exception
"""


class InitializationError(MovaiException):
"""Failure to initialize an object."""

Expand Down Expand Up @@ -266,3 +268,7 @@ class DBHandlerError(MovaiException):

class TimeError(MovaiException):
"""The supplied time is not a timestamp"""


class NotSupported(MovaiException):
"""The method is not supported for this version"""

0 comments on commit 27911c0

Please sign in to comment.