Enum FormatError
Kinds of format errors.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
public enum FormatError
Fields
Name | Description |
---|---|
None | No error. |
Overflow | The target storage does not have sufficient capacity. |