cassandra-data-apis icon indicating copy to clipboard operation
cassandra-data-apis copied to clipboard

REST: Add better error handling for user and database errors

Open mpenick opened this issue 5 years ago • 0 comments

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.

mpenick avatar May 13 '20 21:05 mpenick