class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant DESTINATION Error originated from the destination.
Constant ORIGIN_UNSPECIFIED Undocumented
Constant SOURCE Error originated from the source.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.storage.v1.Trans
ferError.Origin',
                                                       transfer_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
DESTINATION: int = (source)

Error originated from the destination.

Value
2
ORIGIN_UNSPECIFIED: int = (source)

Undocumented

Value
0

Error originated from the source.

Value
1