umts / microservices-engine

Rails engine for attaching to our microservices and handling inter-service communication.
MIT License
0 stars 1 forks source link

Error-handling #21

Closed dfaulken closed 7 years ago

dfaulken commented 7 years ago

The Connection class and instance methods don't handle failure cases such as:

  1. HTTP response status codes other than 200;
  2. Connection objects not being found for the requested resource.
ennukee commented 7 years ago

Fixed by 8c93cd2 I assume