Enum CopyError Kinds of copy errors. Namespace: Unity.Collections Syntax public enum CopyError : int Fields Name Description Value None No copy error. 0 Truncation The target storage does not have sufficient capacity. 1