Skip to content

Commit 4f4df10

Browse files
committed
Update errors
1 parent b6057ea commit 4f4df10

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
@@ -2,5 +2,6 @@
22
"dataset": "#COMP# dataset prop is either missing, undefined or empty.",
33
"datasetAttribute": "#COMP# dataset is missing the '#ATTR#' attribute.",
44
"datasetAttributeEmpty": "#COMP# dataset '#ATTR#' attribute cannot be empty.",
5-
"datasetSerieAttribute": "#COMP# dataset #KEY# item at index #INDX# is missing the '#ATTR#' attribute."
5+
"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"
67
}

0 commit comments

Comments
 (0)