1 2 3 4 5 6 7 8 9 10 11 12 13 14
// Copyright 2020 TiKV Project Authors. Licensed under Apache-2.0. define_error_codes!( "KV:PD:", IO => ("IO", "", ""), CLUSTER_BOOTSTRAPPED => ("ClusterBootstraped", "", ""), CLUSTER_NOT_BOOTSTRAPPED => ("ClusterNotBootstraped", "", ""), INCOMPATIBLE => ("Imcompatible", "", ""), GRPC => ("gRPC", "", ""), REGION_NOT_FOUND => ("RegionNotFound", "", ""), STORE_TOMBSTONE => ("StoreTombstone", "", ""), UNKNOWN => ("Unknown", "", "") );