SerializationCompletionReason

enumeration

Cambiar al Manual

Descripción

This enum represents the result of a WorldAnchorTransferBatch operation.

Variables

SucceededThe operation has completed successfully.
NotSupportedThe operation has failed because it was not supported.
AccessDeniedThe operation has failed because access was denied. This occurs typically because the transfer batch was not readable when deserializing or writable when serializing.
UnknownErrorThe operation has failed in an unexpected way.