Working on proper errors for the other cases now. Which of the following two formats would you prefer?
dbConvertJSON: Null objects not supported
... while parsing link w9.INP [null]
dbConvertJSON: String "text" provided, numeric value expected
... while parsing link w10.INP ["text"]
or
dbConvertJSON: Null objects not supported
dbConvertJSON: parse error: client cancelled parse via callback return value [null] (right here) ------^
... while parsing link w9.INP
dbConvertJSON: String "text" provided, numeric value expected
dbConvertJSON: parse error: client cancelled parse via callback return value ["text"] (right here) ------^
... while parsing link w10.INP
Working on proper errors for the other cases now. Which of the following two formats would you prefer?
dbConvertJSON: Null objects not supported
... while parsing link w9.INP [null]
dbConvertJSON: String "text" provided, numeric value expected
... while parsing link w10.INP ["text"]
or
dbConvertJSON: Null objects not supported
[null]
(right here) ------^
[" text"]
(right here) ------^
dbConvertJSON: parse error: client cancelled parse via callback return value
... while parsing link w9.INP
dbConvertJSON: String "text" provided, numeric value expected
dbConvertJSON: parse error: client cancelled parse via callback return value
... while parsing link w10.INP