mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into 3.3
This commit is contained in:
commit
c4812debf4
|
@ -356,6 +356,7 @@ rest::ResponseCode GeneralResponse::responseCode(int code) {
|
|||
case TRI_ERROR_GRAPH_INVALID_ID:
|
||||
case TRI_ERROR_GRAPH_COLLECTION_USED_IN_ORPHANS:
|
||||
case TRI_ERROR_GRAPH_EDGE_COL_DOES_NOT_EXIST:
|
||||
case TRI_ERROR_ARANGO_NO_JOURNAL:
|
||||
return ResponseCode::BAD;
|
||||
|
||||
case TRI_ERROR_ARANGO_USE_SYSTEM_DATABASE:
|
||||
|
|
Loading…
Reference in New Issue