retryOn property

String? retryOn
final

Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. See the retry policies and gRPC retry policies for more details.

Implementation

final String? retryOn;