cassandra-data-apis
cassandra-data-apis copied to clipboard
REST: Add better error handling for user and database errors
Errors while parsing user requests are ignored and a generic error is returned. The service should try to tell the user what they did wrong. The same is done for database errors can often be user caused issues e.g. trying to remove a column from a table with a materialized view. We should try to help the user when possible.