retryAfterSeconds property

int? retryAfterSeconds
getter/setter pair

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

core.int? retryAfterSeconds;