Skip to content

Commit

Permalink
[Issue apache#523] Fixing the Eventmesh ratelimit error return code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrongluo committed Sep 24, 2021
1 parent 498327d commit 14459b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public enum EventMeshRetCode {
EVENTMESH_UNSUBSCRIBE_ERR(18, "eventMesh unsubscribe err"),
EVENTMESH_HEARTBEAT_ERR(19, "eventMesh heartbeat err"),
EVENTMESH_ACL_ERR(20, "eventMesh acl err"),
EVENTMESH_HTTP_MES_SEND_OVER_LIMIT_ERR(20, "eventMesh http msg send over the limit, ");
EVENTMESH_HTTP_MES_SEND_OVER_LIMIT_ERR(21, "eventMesh http msg send over the limit, ");

private Integer retCode;

Expand Down

0 comments on commit 14459b0

Please sign in to comment.