billysometimes / rethinkdb

dart driver for rethinkDB
MIT License
37 stars 19 forks source link

Add typed errors #29

Closed billysometimes closed 9 years ago

billysometimes commented 9 years ago

The response object with the type runtime error can now return an error type as well, this needs to be implemented and made available to the user.

Refer to the hierarchy here: https://groups.google.com/forum/#!topic/rethinkdb-dev/6GeJW-srWAg

FaisalAbid commented 9 years ago

Good work on this!