Closed
Description
I expect DAO errors to be returned in the following form:
{
database = true,
message = "localhost could not be resolved (3: Host not found)"
}
But sometimes they show up in an inconsistent format, like:
{
database = true,
message = {
database = true,
message = "localhost could not be resolved (3: Host not found)"
}
}
This specific example can be replicated by setting an invalid IP address/host in the Cassandra hosts
property, starting the server and making a request.