pub const TOO_MANY_REQUESTS: &str = "TooManyRequests";Expand description
StatusReasonTooManyRequests means the server experienced too many requests within a given window and that the client must wait to perform the action again. A client may always retry the request that led to this error, although the client should wait at least the number of seconds specified by the retryAfterSeconds field. Details (optional): “retryAfterSeconds” int32 - the number of seconds before the operation should be retried Status code 429