-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
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
Reactions are currently unavailable