/// cluster_id of the joining peer mismatches the cluster_id of the cluster
#[error("cluster_id mismatches the cluster_id of the cluster")]
ClusterIdMismatch,
#[error("cannot join instance to the cluster: cluster_id mismatch: cluster_id of the instance = {instance_cluster_id:?}, cluster_id of the cluster = {cluster_cluster_id:?}")]