launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

fix: more helpful error messages for streaming connection failures #419

Closed cwaldren-ld closed 3 weeks ago

cwaldren-ld commented 1 month ago

This commit pulls the stringification logic of SSE errors into the SSE package itself, and refactors the enum into a richer sum type using std::variant.