public static class TooManyRequestsException.TooManyRequestsExceptionMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
periodInMinutes
Throttling period in minutes
|
IsoTime |
recommendedRetryTime
Recommended date to retry request
|
int |
requestsPerPeriodAllowed
Available requests for periodInMinutes
|
| Constructor and Description |
|---|
TooManyRequestsExceptionMetadata() |
public int periodInMinutes
public int requestsPerPeriodAllowed
public IsoTime recommendedRetryTime
Copyright © 2021. All rights reserved.