class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CALL Just retry the failed call.
Constant NOTHING Do not retry, this is a fatal error.
Constant UNIT_OF_WORK Retry whole logic before call and make a new one.
Constant UNSPECIFIED Undocumented

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.common.v1.Servic
eError.RetryType',
                                                       error_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)

Just retry the failed call.

Value
1

Do not retry, this is a fatal error.

Value
3
UNIT_OF_WORK: int = (source)

Retry whole logic before call and make a new one.

Value
2
UNSPECIFIED: int = (source)

Undocumented

Value
0