liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Guard against undefined method errors #59

Closed brianstien closed 7 years ago

brianstien commented 7 years ago

Not all errors returned here will have an error_type method. In some cases these errors are just structs.

abrandoned commented 7 years ago

:shipit: this was also addressed at the protobuf layer, but here helps too