@@ -395,6 +395,66 @@ class EdgeListError(ArangoServerError):
395395 """Failed to retrieve edges coming in and out of a vertex."""
396396
397397
398+ class FoxxConfigGetError (ArangoServerError ):
399+ """Failed to retrieve Foxx service configuration."""
400+
401+
402+ class FoxxConfigReplaceError (ArangoServerError ):
403+ """Failed to replace Foxx service configuration."""
404+
405+
406+ class FoxxConfigUpdateError (ArangoServerError ):
407+ """Failed to update Foxx service configuration."""
408+
409+
410+ class FoxxDependencyGetError (ArangoServerError ):
411+ """Failed to retrieve Foxx service dependencies."""
412+
413+
414+ class FoxxDependencyReplaceError (ArangoServerError ):
415+ """Failed to replace Foxx service dependencies."""
416+
417+
418+ class FoxxDependencyUpdateError (ArangoServerError ):
419+ """Failed to update Foxx service dependencies."""
420+
421+
422+ class FoxxScriptListError (ArangoServerError ):
423+ """Failed to retrieve Foxx service scripts."""
424+
425+
426+ class FoxxScriptRunError (ArangoServerError ):
427+ """Failed to run Foxx service script."""
428+
429+
430+ class FoxxServiceCreateError (ArangoServerError ):
431+ """Failed to create Foxx service."""
432+
433+
434+ class FoxxServiceDeleteError (ArangoServerError ):
435+ """Failed to delete Foxx services."""
436+
437+
438+ class FoxxServiceGetError (ArangoServerError ):
439+ """Failed to retrieve Foxx service metadata."""
440+
441+
442+ class FoxxServiceListError (ArangoServerError ):
443+ """Failed to retrieve Foxx services."""
444+
445+
446+ class FoxxServiceReplaceError (ArangoServerError ):
447+ """Failed to replace Foxx service."""
448+
449+
450+ class FoxxServiceUpdateError (ArangoServerError ):
451+ """Failed to update Foxx service."""
452+
453+
454+ class FoxxTestRunError (ArangoServerError ):
455+ """Failed to run Foxx service tests."""
456+
457+
398458class GraphCreateError (ArangoServerError ):
399459 """Failed to create the graph."""
400460
0 commit comments