Skip to content
Snippets Groups Projects
Commit 10344168 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Updated error message in function test


Change-Id: I89f5310b01f0a26cc534b353f85a45e51ccd5c25
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent ee7123d7
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ with {
variant (f3) "untagged"; //Variant attribute is not related to JSON encoding//
}
type record Rec5 { //^In type definition// //Invalid attribute, 'as value' is only allowed for unions, the anytype, or records or sets with one field//
type record Rec5 { //^In type definition// //Invalid attribute, 'as value' is only allowed for unions, the anytype, or records or sets with one mandatory field//
integer f1, //Invalid attribute, 'omit as null' requires optional field of a record or set.//
Rec4 f2, //USE-UNION can only be applied to a CHOICE/union type//
record of Rec3 f3 //Invalid attribute, 'name as ...' requires field of a record, set or union.// //Invalid JSON default value for type `@encode_SE.Rec5.f3'. Only the empty array is allowed.//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment