retryAfterSeconds property

int? retryAfterSeconds
final

If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.

Implementation

final int? retryAfterSeconds;