mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Update error string fro cluster_version_changed error
This commit is contained in:
parent
f8f1c48d83
commit
653a46f12f
@ -59,7 +59,7 @@ ERROR( default_error_or, 1035, "Default error for an ErrorOr object" )
|
||||
ERROR( accessed_unreadable, 1036, "Read or wrote an unreadable key" )
|
||||
ERROR( process_behind, 1037, "Storage process does not have recent mutations" )
|
||||
ERROR( database_locked, 1038, "Database is locked" )
|
||||
ERROR( cluster_version_changed, 1039, "Cluster has been upgraded to a new protocol version" )
|
||||
ERROR( cluster_version_changed, 1039, "The protocol version of the cluster has changed" )
|
||||
ERROR( external_client_already_loaded, 1040, "External client has already been loaded" )
|
||||
ERROR( lookup_failed, 1041, "DNS lookup failed" )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user