You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/core/diagnostic_codes_list.rs
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -332,13 +332,13 @@ OLS05025, DiagnosticSetting::Error, "Invalid attribute {0} in field node",
332
332
*/
333
333
OLS05026,DiagnosticSetting::Error,"Fields only allow 'record' children nodes",
334
334
/**
335
-
* The 'search' attribute cannot be used together with 'eval' or 'type' on a <value> node.
335
+
* The 'search' attribute cannot be used together with 'eval', 'type', `file`, or text data on a <value> node.
336
336
*/
337
-
OLS05027,DiagnosticSetting::Error,"search attribute is not allowed when evalor type attribute is present",
337
+
OLS05027,DiagnosticSetting::Error,"search attribute is not allowed when eval, type, file, or text content is present",
338
338
/**
339
-
* The 'eval' attribute cannot be used together with 'search' or 'type' on a <value> node.
339
+
* The 'eval' attribute cannot be used together with 'search', 'type', `file`, or text data on a <value> node.
340
340
*/
341
-
OLS05028,DiagnosticSetting::Error,"eval attribute is not allowed when searchor type attribute is present",
341
+
OLS05028,DiagnosticSetting::Error,"eval attribute is not allowed when search, type, file, or text content is present",
342
342
/**
343
343
* The 'type' attribute cannot be used together with 'search' or 'eval' on a <value> node.
344
344
*/
@@ -348,9 +348,9 @@ OLS05029, DiagnosticSetting::Error, "type attribute is not allowed when search o
348
348
*/
349
349
OLS05030,DiagnosticSetting::Error,"text content is not allowed on a value that contains a file attribute",
350
350
/**
351
-
* The 'file' attribute is only allowed on <value> nodes with a 'type' attribute.
351
+
* The 'file' attribute cannot be used together with 'search' or 'eval' on a <value> node.
352
352
*/
353
-
OLS05031,DiagnosticSetting::Error,"file attribute is only allowed on value node with type attribute",
353
+
OLS05031,DiagnosticSetting::Error,"file attribute is not allowed when search or eval attribute is present",
354
354
/**
355
355
* The attribute is not valid for <value> nodes.
356
356
*/
@@ -368,21 +368,21 @@ OLS05034, DiagnosticSetting::Error, "delete node cannot have both id and search
368
368
*/
369
369
OLS05035,DiagnosticSetting::Error,"delete node must have either id or search attribute",
370
370
/**
371
-
* An <act_window> node must have the specified attribute (id, name, or res_model).
371
+
* Empty Value data, text data or file attribute has to be provided on a <value> node.
372
372
*/
373
-
OLS05036,DiagnosticSetting::Error,"act_window node must contain a {0} attribute",
373
+
OLS05036,DiagnosticSetting::Error,"Empty Value data, text data or file attribute has to be provided when `type` attribute is present",
374
374
/**
375
-
* The attribute is not valid for <act_window> nodes.
375
+
* Empty Value data, one of text data, `file`, `eval`, or `search` has to be provided.
376
376
*/
377
-
OLS05037,DiagnosticSetting::Error,"Invalid attribute {0} in act_window node",
377
+
OLS05037,DiagnosticSetting::Error,"Empty Value data, one of text data, `file`, `eval`, or `search` has to be provided",
378
378
/**
379
-
* <act_window> nodes cannot have text content.
379
+
* Empty Function data, either of `eval` attribute , or one or more `value`, or `function` children have to be provided.
380
380
*/
381
-
OLS05038,DiagnosticSetting::Error,"act_window node cannot have text content",
381
+
OLS05038,DiagnosticSetting::Error,"Empty Function data, either of `eval` attribute , or one or more `value`, or `function` children have to be provided",
382
382
/**
383
-
* The 'binding_type' attribute must be either 'action' or 'report'.
383
+
* You provided an empty XML ID. Please provide a valid XML ID.
384
384
*/
385
-
OLS05039,DiagnosticSetting::Error,"binding_type attribute must be either 'action' or 'report', found {0}",
385
+
OLS05039,DiagnosticSetting::Error,"Empty XML ID. Please provide a valid XML ID.",
386
386
/**
387
387
* The 'binding_views' attribute must match the required pattern.
388
388
*/
@@ -440,11 +440,11 @@ OLS05053, DiagnosticSetting::Error, "Action with id '{0}' does not exist",
440
440
/**
441
441
* A menuitem is specifying a group that has not been declared before the menuitem
442
442
*/
443
-
OLS05054,DiagnosticSetting::Error,"Group with id '{0}' does not exist",
443
+
OLS05054,DiagnosticSetting::Error,"Group(s) with id(s) '{0}' does not exist",
444
444
/**
445
-
* Model not found
445
+
* Model not found in current module or its dependencies
446
446
*/
447
-
OLS05055,DiagnosticSetting::Error,"Model '{0}' not found in module '{1}'",
447
+
OLS05055,DiagnosticSetting::Error,"Model '{0}' not found in module '{1}' or its dependencies",
0 commit comments