1
0
Fork 0
arangodb/Documentation/RefManual/JSModuleActions.md

56 lines
1.2 KiB
Markdown

Module "actions" {#JSModuleActions}
===================================
@NAVIGATE_JSModuleActions
@EMBEDTOC{JSModuleActionsTOC}
The action module provides the infrastructure for defining HTTP actions.
Basics {#JSModuleActionsBasics}
===============================
@anchor JSModuleActionsDefineHttp
@copydetails JSF_defineHttp
@CLEARPAGE
@anchor JSModuleActionsResultError
@copydetails JSF_resultError
@CLEARPAGE
@anchor JSModuleActionsGetErrorMessage
@copydetails JSF_getErrorMessage
@CLEARPAGE
Standard HTTP Result Generators {#JSModuleActionsHTTP}
======================================================
@anchor JSModuleActionsResultOk
@copydetails JSF_resultOk
@CLEARPAGE
@anchor JSModuleActionsResultBad
@copydetails JSF_resultBad
@CLEARPAGE
@anchor JSModuleActionsResultNotFound
@copydetails JSF_resultNotFound
@CLEARPAGE
@anchor JSModuleActionsResultUnsupported
@copydetails JSF_resultUnsupported
@CLEARPAGE
ArangoDB Result Generators {#JSModuleActionsArangoDB}
=====================================================
@anchor JSModuleActionsCollectionNotFound
@copydetails JSF_collectionNotFound
@CLEARPAGE
@anchor JSModuleActionsIndexNotFound
@copydetails JSF_indexNotFound
@CLEARPAGE
@anchor JSModuleActionsResultException
@copydetails JSF_resultException