Skip to content

Commit

Permalink
add MESSAGE_BODY_EMPTY
Browse files Browse the repository at this point in the history
  • Loading branch information
qianye1001 committed Nov 5, 2024
1 parent 4a542e2 commit d7b3714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/rocketmq/v2/definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ enum Code {
PAYLOAD_TOO_LARGE = 41300;
// Message body size exceeds the threshold.
MESSAGE_BODY_TOO_LARGE = 41301;
// Message body size exceeds the threshold.
// Message body is empty.
MESSAGE_BODY_EMPTY = 41302;

// Generic code for use cases where pre-conditions are not met.
Expand Down

0 comments on commit d7b3714

Please sign in to comment.