Skip to content

Commit

Permalink
Update specification/sections/01-flag-evaluation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and beeme1mr authored Feb 6, 2024
1 parent 3183b49 commit 637fd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,6 @@ If the provider has failed to initialize, the `provider status` should indicate

> The client **SHOULD** indicate an error if flag resolution is attempted before the provider is ready.
The SDK should return an informative `error code`, such as `PROVIDER_NOT_READY` if evaluation in attempted before the provider is initialized (the provider is still in a `NOT_READY` state).
The SDK should return an informative `error code`, such as `PROVIDER_NOT_READY`, if evaluation is attempted before the provider is initialized (the provider is still in a `NOT_READY` state).

see: [error codes](https://openfeature.dev/specification/types#error-code)

0 comments on commit 637fd3a

Please sign in to comment.