Skip to content

Commit c837a3a

Browse files
committed
Add error type for wrong attribute values
1 parent cc0dfb1 commit c837a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"datasetAttribute": "#COMP# dataset is missing the '#ATTR#' attribute.",
44
"datasetAttributeEmpty": "#COMP# dataset '#ATTR#' attribute cannot be empty.",
55
"datasetSerieAttribute": "#COMP# dataset #KEY# item at index #INDX# is missing the '#ATTR#' attribute.",
6-
"notBuildable": "#COMP# : Chart could not be built. Dataset is not formatted correctly"
6+
"notBuildable": "#COMP# : Chart could not be built. Dataset is not formatted correctly",
7+
"attributeWrongValue": "#COMP# : A wrong value was provided to the #ATTR# attribute (#KEY# is not a valid value)."
78
}

0 commit comments

Comments
 (0)