rabbah commented on a change in pull request #3951: Docs fixes for action
invocations
URL:
https://github.com/apache/incubator-openwhisk/pull/3951#discussion_r208493541
##########
File path: docs/actions.md
##########
@@ -233,7 +234,10 @@ 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.
+ - *"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:
+ - wrong docker container name
+ - initialization of a function failed
+ - action timed out
Review comment:
some of these are about to change; see #3941.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services