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.
2 parents 61ca4c8 + 79206d2 commit e784259Copy full SHA for e784259
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