class documentation
class RetryType(pb_enum.Enum): (source)
Undocumented
| Constant | __PB2 |
Undocumented |
| Constant | CALL |
Just retry the failed call. |
| Constant | NOTHING |
Do not retry, this is a fatal error. |
| Constant | UNIT |
Retry whole logic before call and make a new one. |
| Constant | UNSPECIFIED |
Undocumented |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|