FormatError
Kinds of format errors.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public enum FormatError
Fields
Value | Description |
|---|---|
| BadFormatSpecifier | The source format specifier is not itself correctly formatted, or a format specifier tokens were found outside of accepted usage. Note that the format's write failed. |
| None | No error. |
| Overflow | The target storage does not have sufficient capacity. Note that the format's write failed. It did not truncate. |