Files
scylladb/api
Amnon Heiman a825977f85 API: return an error for wrong keyspace name
This patch addresses issue #155. It register an exception handler
API of the routes object that handle the no_such_keyspace exception.

The handler just throw a bad_parameter_exception with the error message
it got from the no_such_keyspace exception.

After this patch a call with a keyspace that does not exist, will return
a 400 result.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-09-10 12:53:21 +03:00
..
2015-06-28 17:37:59 +03:00
2015-07-15 14:20:28 +03:00
2015-08-25 15:29:10 +03:00
2015-08-06 16:50:15 +02:00