Skip to content

Commit

Permalink
add ILLEGAL_POLLING_TIME (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdkxlk authored Jul 28, 2022
1 parent 3039621 commit d78d4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions StatusCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
| ILLEGAL_FILTER_EXPRESSION |||||||||||
| ILLEGAL_INVISIBLE_TIME |||||||||||
| ILLEGAL_DELIVERY_TIME |||||||||||
| ILLEGAL_POLLING_TIME |||||||||||
| INVALID_RECEIPT_HANDLE |||||||||||
| MESSAGE_PROPERTY_CONFLICT_WITH_TYPE |||||||||||
| UNRECOGNIZED_CLIENT_TYPE |||||||||||
Expand Down
2 changes: 2 additions & 0 deletions apache/rocketmq/v2/definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ enum Code {
MESSAGE_CORRUPTED = 40016;
// Request is rejected due to missing of x-mq-client-id header.
CLIENT_ID_REQUIRED = 40017;
// Polling time is illegal.
ILLEGAL_POLLING_TIME = 40018;

// Generic code indicates that the client request lacks valid authentication
// credentials for the requested resource.
Expand Down

0 comments on commit d78d4ac

Please sign in to comment.