Skip to content

Commit e784259

Browse files
authored
Merge 79206d2 into 61ca4c8
2 parents 61ca4c8 + 79206d2 commit e784259

File tree

1 file changed

+1
-0
lines changed
  • common/scala/src/main/scala/org/apache/openwhisk/core/connector

1 file changed

+1
-0
lines changed

common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ object ContainerCreationError extends Enumeration {
655655
case BlackBoxError => "a blackbox error happens"
656656
case ZeroNamespaceLimit => "the namespace has 0 limit configured"
657657
case TooManyConcurrentRequests => "too many concurrent requests are in flight."
658+
case InvalidActionLimitError => "a configured action limit is invalid."
658659
}
659660
}
660661

0 commit comments

Comments
 (0)