-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e6981a
commit 3f439ea
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,8 +132,7 @@ execution: | |
- [email protected] | ||
- [email protected] | ||
error: >- | ||
MissingAggregationParamError: Aggregation metric dummy-param is not found in | ||
inputs[0]. | ||
MissingInputDataError: `functional-unit` value is missing from input data or it is not a positive integer | ||
tree: | ||
children: | ||
child-1: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,8 +48,7 @@ execution: | |
- [email protected] | ||
- [email protected] | ||
error: >- | ||
InputValidationError: "groups" parameter is expected array, received string. | ||
Error code: invalid_type. | ||
InputValidationError: "regroup" parameter is not an array or should contain at least one key. Error code: invalid_type. | ||
tree: | ||
children: | ||
my-app: | ||
|