Error message | See | Reason |
---|---|---|
URI URI incorrect |
namespace | The URI used for a namespace is invalid |
Error message | See | Reason |
---|---|---|
Type type name already exists |
types | The type has already been defined |
Wrong default value for type type name |
enumeration types | The default value of an enumeration type is not an enumeration state of the enumeration |
Value value for Enum type name already defined |
enumeration types | The value of the enumeration type has already been defined for this type |
No type for arrayType type name |
array types | The type of the array elements is not defined |
No type for unionType variant variant name |
union types | The type of the union variant is not defined |
No type for mapType value value name |
map types | The type of the map value is not defined |
No type for mapType key value name |
map types | The type of the map key is not defined |
No type for structType field field name for structType type name |
structure types | The type of the structure field is not defined |
Type type name referenced in type name does not exist |
- | A type referenced in another type does not exist |
No Variant defined for union type name |
union types | The unionType has no variant |
Type type name is not a Structure or Union, it is not allowed to extend another Type |
Extending a type | The type could not extended |
Type type name referenced in anonymous type does not exist |
anonymous types | A type referenced in an anonymous type does not exist |
Key Type type name referenced in anonymous mapType does not exist |
anonymous types | The type of the anonymous map key is not defined |
Type type name referenced in field name field in anonymous structure does not exist |
anonymous types | The type of a field in an anonymous structType is not defined |
Type type name referenced in in anonymous union variant does not exist |
anonymous types | The type of a variant used in an anonymous unionType is not defined |
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence