Commit d258ef93 authored by ligaishun's avatar ligaishun

Update code.go

parent 3ea79b72
......@@ -5,6 +5,11 @@ const (
ERROR = 500
INVALID_PARAMS = 400
NETWORK_ERROR = 5004
NODE_ERROR = 5000
SUCCESS_RUNNING= 5002
ENV_ERROR = 5001
ERROR_EXIST_TAG = 10001
ERROR_EXIST_TAG_FAIL = 10002
ERROR_NOT_EXIST_TAG = 10003
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment