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