8000 DE-741 | Options API [3.12] by aMahanna · Pull Request #317 · arangodb/python-arango · GitHub
[go: up one dir, main page]

Skip to content

DE-741 | Options API [3.12] #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into DE-741
  • Loading branch information
aMahanna committed Apr 22, 2024
commit c42c54d03e5871b4a7047e46d8b600012e22bb1a
4 changes: 4 additions & 0 deletions arango/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@ class ServerAvailableOptionsGetError(ArangoServerError):
"""Failed to retrieve available server options."""


class ServerExecuteError(ArangoServerError):
"""Failed to execute raw JavaScript command."""


#####################
# Task Exceptions #
#####################
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0