The credentials supplied when creating a connection did not validate, indicating a bad username or password.
The user that is currently logged in for a connection was not permitted to perform an action.
Something about the request made was invalid or malformed. The request should not be repeated without modification. Sometimes checking the server logs may help debug what was wrong with the request.
The row requested does not exist, or the slice requested was empty.
Not enough replicas are up to satisfy the requested consistency level.
The replica node did not respond to the coordinator node within rpc_timeout_in_ms (as configured in cassandra.yaml), typically indicating that the replica is overloaded or just went down.
Only requires that one replica receives the write or the coordinator stores a hint to replay later. Valid only for writes.
Only one replica needs to respond to consider the operation a success
ceil(RF/2) replicas must respond to consider the operation a success
All replicas must respond to consider the operation a success
Requres a quorum of replicas in the local datacenter
Has the same behavior as ONE, except that Only replicas in the local datacenter are sent queries
Requres a quorum of replicas in each datacenter
Two replicas must respond to consider the operation a success
Three replicas must respond to consider the operation a success