ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

Store http response code in UnhandledRequestError #12

Closed p-blomberg closed 5 years ago

p-blomberg commented 5 years ago

This allows the user to deal with errors in a more informed way - for example, if the response code is 502 or 503, it might be a good idea to wait 15-30 seconds and try again.