1
0
Fork 0
arangodb/Documentation/Books/Users/ModuleActions
Thomas Schmidts 19e750b35f Fixed some small errors in @startDocuBlock 2014-07-07 16:58:26 +02:00
..
README.mdpp Fixed some small errors in @startDocuBlock 2014-07-07 16:58:26 +02:00

README.mdpp

!CHAPTER Module "actions" 

The action module provides the infrastructure for defining HTTP actions.

!SECTION Basics
!SUBSECTION Error message 
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsGetErrorMessage

!SECTION Standard HTTP Result Generators

!SUBSECTION Result ok
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultOk

!SUBSECTION Result bad
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultBad

!SUBSECTION Result not found
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultNotFound

!SUBSECTION Result unsupported
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultUnsupported

!SUBSECTION Result error
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultError

!SUBSECTION Result not Implemented
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultNotImplemented

!SUBSECTION Result permanent redirect
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultPermanentRedirect

!SUBSECTION Result temporary redirect
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultTemporaryRedirect 

!SECTION ArangoDB Result Generators

!SUBSECTION Collection not found
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsCollectionNotFound

!SUBSECTION Index not found
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsIndexNotFound

!SUBSECTION Result exception
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultException