Skip to content

Commit

Permalink
Merge pull request #2124 from eeff/v2.6
Browse files Browse the repository at this point in the history
Pick to v2.6 chore: add error code `NEU_ERR_BODY_TOO_BIG`
  • Loading branch information
fengzeroz authored Jul 1, 2024
2 parents 1c7bd21 + 642e832 commit cd9da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/neuron/errcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ typedef enum {
NEU_ERR_COMMAND_EXECUTION_FAILED = 1014,
NEU_ERR_IP_ADDRESS_INVALID = 1015,
NEU_ERR_IP_ADDRESS_IN_USE = 1016,
NEU_ERR_BODY_TOO_BIG = 1017,

NEU_ERR_NODE_EXIST = 2002,
NEU_ERR_NODE_NOT_EXIST = 2003,
Expand Down

0 comments on commit cd9da5a

Please sign in to comment.