# CopyError

> Kinds of copy errors.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
public enum CopyError
```

## Fields

| Value                                                                                   | Description                                                                                                                                    |
| --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [None](/engine/6000.7/script-reference/unity/collections/copyerror/none.md)             | No copy error.                                                                                                                                 |
| [Truncation](/engine/6000.7/script-reference/unity/collections/copyerror/truncation.md) | The target storage does not have sufficient capacity. Unless stated in the API comment, assume that the write operation was partially applied. |
