deanhiller / databus

time series data in cassandra with visualization(NREL's opensource databus project)
Other
53 stars 21 forks source link

Request: more result codes #26

Open hopcroft opened 10 years ago

hopcroft commented 10 years ago

When creating tables, the server returns code 400 both in the case of an error (such as malformed json data), and in the case of "table already exists". This makes it difficult for a client to determine if they need to resend the table request or not.