Commit 0b85a92e authored by ligang's avatar ligang
Browse files

add NEED_NOT_UPDATE_QUEUE and VERIFY_QUEUE_ERROR

parent 4214d60f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -154,6 +154,8 @@ public enum Status {
    QUEUE_EXIST(10129, "queue already exists"),
    QUEUE_NAME_EXIST(10130, "queue name already exists"),
    UPDATE_QUEUE_ERROR(10131, "update queue error"),
    NEED_NOT_UPDATE_QUEUE(10132, "need not update queue"),
    VERIFY_QUEUE_ERROR(10133,"verify queue error"),


    UDF_FUNCTION_NOT_EXIST(20001, "UDF function not found"),