Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated message field and description for Error 429 #294

Closed
bigludo7 opened this issue Jan 27, 2025 · 0 comments · Fixed by #290
Closed

Updated message field and description for Error 429 #294

bigludo7 opened this issue Jan 27, 2025 · 0 comments · Fixed by #290

Comments

@bigludo7
Copy link
Collaborator

Problem description
Updated message field and description for Error 429
Defined in Commonalities camaraproject/Commonalities#390

Expected behavior
Align as following:

          examples:
            GENERIC_429_QUOTA_EXCEEDED:
              description: Request is rejected due to exceeding a business quota limit
              value:
                status: 429
                code: QUOTA_EXCEEDED
                message: Out of resource quota.
            GENERIC_429_TOO_MANY_REQUESTS:
              description: Access to the API has been temporarily blocked due to rate or spike arrest limits being reached
              value:
                status: 429
                code: TOO_MANY_REQUESTS
                message: Rate limit reached.

Alternative solution

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant