pongr / spracebook

Async Scala SDK for the Facebook Graph API, built on spray-client and spray-json.
27 stars 7 forks source link

Error responses #3

Open zcox opened 11 years ago

zcox commented 11 years ago

Currently if Facebook returns some kind of error response, the Future will just fail with the raw Spray error, which isn't always very helpful. Need to evaluate options for higher-level error reporting in failed futures.