tysonnorris commented on a change in pull request #4935:
URL: https://github.com/apache/openwhisk/pull/4935#discussion_r467290121
##########
File path:
common/scala/src/main/scala/org/apache/openwhisk/http/ErrorResponse.scala
##########
@@ -229,6 +229,15 @@ object Messages {
/** Indicates that the container for the action could not be started. */
val resourceProvisionError = "Failed to provision resources to run the
action."
+
+ def forbiddenGetActionBinding(entityDocId: String) =
+ s"GET not permitted for '$entityDocId'. Resource does not exist or an
action in a shared package binding."
Review comment:
Missing an "is" in this message?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]