Skip to content

Commit

Permalink
Fix the bug that match does not exhaustive (#5370)
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 authored Jan 25, 2023
1 parent 61ca4c8 commit 104c1e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ object ContainerCreationError extends Enumeration {
case BlackBoxError => "a blackbox error happens"
case ZeroNamespaceLimit => "the namespace has 0 limit configured"
case TooManyConcurrentRequests => "too many concurrent requests are in flight."
case InvalidActionLimitError => "a configured action limit is invalid."
}
}

Expand Down

0 comments on commit 104c1e8

Please sign in to comment.