Enum: problem_type
URI: linkml:problem_type
Other properties
Permissible Values
| Text | Description | Meaning | Other Information |
|---|---|---|---|
| undeclared_slot | Applies when a slot is used in data but the slot is undeclared in the datamodel | ||
| inapplicable_slot | Applies when a slot is used in an instance of a class where the slot is not applicable for that class | ||
| missing_slot_value | Applies when an instance of a class has a required slot which is not filled in | ||
| slot_range_violation | Applies when the value of a slot is inconsistent with the declared range | ||
| max_count_violation | sh:MaxCountConstraintComponent | ||
| parsing_error | The data could not be parsed |