We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ca4c8 commit 104c1e8Copy full SHA for 104c1e8
common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala
@@ -655,6 +655,7 @@ object ContainerCreationError extends Enumeration {
655
case BlackBoxError => "a blackbox error happens"
656
case ZeroNamespaceLimit => "the namespace has 0 limit configured"
657
case TooManyConcurrentRequests => "too many concurrent requests are in flight."
658
+ case InvalidActionLimitError => "a configured action limit is invalid."
659
}
660
661
0 commit comments