Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Address comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Jun 30, 2021
1 parent 3f3c700 commit 6ff3f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/graph/Response.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ enum class ErrorCode {
E_LIST_CLUSTER_GET_ABS_PATH_FAILURE = -2071,
E_GET_META_DIR_FAILURE = -2072,

E_QUERY_NOT_FOUND = -2073,

// 3xxx for storaged
E_CONSENSUS_ERROR = -3001,
Expand Down
2 changes: 1 addition & 1 deletion src/common/session/SessionManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 vesoft inc. All rights reserved.
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
Expand Down

0 comments on commit 6ff3f46

Please sign in to comment.