-
Notifications
You must be signed in to change notification settings - Fork 7
TO0102
Nick Pruehs edited this page Mar 12, 2017
·
4 revisions
"The item type ... of the list type ... is not supported."
- Name: ListItemTypeNotSupported
- Code: TO0102
- Category: Model Integrity
- Severity: Error
- Since: 0.5
Each custom list type must specify exactly one type of item it can hold, either a built-in type or a custom type.
Currently, lists of vectors are not supported.
The following steps generate this type of error:
- Create a new custom list type using any vector type as item type.
- Change the item type of the list to a non-vector type.