Skip to content

Commit cd9da5a

Browse files
authored
Merge pull request #2124 from eeff/v2.6
Pick to v2.6 chore: add error code `NEU_ERR_BODY_TOO_BIG`
2 parents 1c7bd21 + 642e832 commit cd9da5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/neuron/errcodes.h

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ typedef enum {
4747
NEU_ERR_COMMAND_EXECUTION_FAILED = 1014,
4848
NEU_ERR_IP_ADDRESS_INVALID = 1015,
4949
NEU_ERR_IP_ADDRESS_IN_USE = 1016,
50+
NEU_ERR_BODY_TOO_BIG = 1017,
5051

5152
NEU_ERR_NODE_EXIST = 2002,
5253
NEU_ERR_NODE_NOT_EXIST = 2003,

0 commit comments

Comments
 (0)