trifork / klg-docs

Public documentation for Gateway
0 stars 8 forks source link

Error messages without help #18

Closed LindaLawton closed 2 years ago

LindaLawton commented 2 years ago

I have a large number of errors in my bundles due to model changes. I am having a hard time tracking down what the issues are as they are not displaying any line number or any information about where the issue is.

 {
      "severity": "error",
      "code": "processing",
      "diagnostics": "Array cannot be empty - the property should not be present if it has no values"
    },

The old system was quite helpful telling us which section of the bundle was causing the problem can we have that information back please.

jkiddo commented 2 years ago

Can you provide what you sent?

LindaLawton commented 2 years ago

a bundle with an Extension of Extension: []

jkiddo commented 2 years ago

Well - If I should help you I need a bit more than that. Could you provide the actual content having all sensitive data removed?

LindaLawton commented 2 years ago

Probably not as Extension was one of the bundle options that was removed I removed it so the error no longer exists.