Enum CopyError
Kinds of copy errors.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
public enum CopyErrorFields
| Name | 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. |