mirror of https://gitee.com/bigwinds/arangodb
missing entry for error 1498 in dat file (#5244)
This commit is contained in:
parent
6b72cb1a81
commit
affe5e1edf
|
@ -219,6 +219,7 @@ ERROR_CLUSTER_DISTRIBUTE_SHARDS_LIKE_NUMBER_OF_SHARDS,1494,"conflicting shard nu
|
|||
ERROR_CLUSTER_LEADERSHIP_CHALLENGE_ONGOING,1495,"leadership challenge is ongoing","Will be raised when servers are currently competing for leadership, and the result is still unknown."
|
||||
ERROR_CLUSTER_NOT_LEADER,1496,"not a leader","Will be raised when an operation is sent to a non-leading server."
|
||||
ERROR_CLUSTER_COULD_NOT_CREATE_VIEW_IN_PLAN,1497,"could not create view in plan","Will be raised when a coordinator in a cluster cannot create an entry for a new view in the Plan hierarchy in the agency."
|
||||
ERROR_CLUSTER_COLLECTION_ID_EXISTS,1498,"view ID already exists","Will be raised when a coordinator in a cluster tries to create a view and the view ID already exists."
|
||||
|
||||
################################################################################
|
||||
## ArangoDB query errors
|
||||
|
|
Loading…
Reference in New Issue