CopyError
Kinds of copy errors.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public enum CopyError
Fields
Value | Description |
|---|---|
| None | No copy error. |
| Truncation | The target storage does not have sufficient capacity. Unless stated in the API comment, assume that the write operation was partially applied. |