openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
19 stars 14 forks source link

feat: add error code for error while throttling #151

Closed adriantam closed 6 months ago

adriantam commented 6 months ago

Description

Use HTTP code 422 (UnprocessableContentMessageResponse) and add special error code to represent request that are timeout due to throttling

References

Review Checklist