mgencur commented on a change in pull request #3951: Docs fixes for action 
invocations
URL: 
https://github.com/apache/incubator-openwhisk/pull/3951#discussion_r208949464
 
 

 ##########
 File path: docs/actions.md
 ##########
 @@ -233,8 +240,11 @@ Each action invocation results in an activation record 
which contains the follow
 - `response`: A dictionary that defines the following keys
   - `status`: The activation result, which might be one of the following 
values:
     - *"success"*: the action invocation completed successfully.
-    - *"application error"*: the action invocation was successful, but the 
action returned an error value on purpose, for instance because a precondition 
on the arguments was not met.
-    - *"action developer error"*: the action was invoked, but it completed 
abnormally, for instance the action did not detect an exception, or a syntax 
error existed.
+    - *"application error"*: the action was invoked, but returned an error 
value on purpose, for instance because a precondition on the arguments was not 
met. This status code is also returned under specific conditions such as:
+      - action timed out
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to