You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Problem description
Updated message field and description for Error 429
Defined in Commonalities camaraproject/Commonalities#390
Expected behavior
Align as following:
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: