Closed toddbaert closed 4 months ago
Name | Link |
---|---|
Latest commit | 259d379cafa8042be152aa6b53e9969c797c8665 |
Latest deploy log | https://app.netlify.com/sites/polite-licorice-3db33c/deploys/66853163dbf842000805cb6a |
Name | Link |
---|---|
Latest commit | 66379a50526046679a5bbcb498d404cf22124440 |
Latest deploy log | https://app.netlify.com/sites/polite-licorice-3db33c/deploys/6685316feb7e340008c90d6f |
DISABLED flags now return gRPC error code
precondition_failed
instead ofnot_found
.Relates to: https://github.com/open-feature/flagd/issues/1345
This will allow us to specially catch this error in providers and return the default instead of throwing.
precondition_failed
seems like an appropriate error code:https://grpc.github.io/grpc/core/md_doc_statuscodes.html