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

1.2 KiB

Module "actions"

@NAVIGATE_JSModuleActions @EMBEDTOC{JSModuleActionsTOC}

The action module provides the infrastructure for defining HTTP actions.

Basics

@anchor JSModuleActionsDefineHttp @copydetails JSF_defineHttp

@CLEARPAGE @anchor JSModuleActionsResultError @copydetails JSF_resultError

@CLEARPAGE @anchor JSModuleActionsGetErrorMessage @copydetails JSF_getErrorMessage

@CLEARPAGE Standard HTTP Result Generators

@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

@anchor JSModuleActionsCollectionNotFound @copydetails JSF_collectionNotFound

@CLEARPAGE @anchor JSModuleActionsIndexNotFound @copydetails JSF_indexNotFound

@CLEARPAGE @anchor JSModuleActionsResultException @copydetails JSF_resultException