Diagnostics #760
-
Is there any way to get useful diagnostics while building queries? I've got a large constructed query and when I await it or await the .describe(), I just get an exception |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Okay, I've found the answer - catch the exception and look at the |
Beta Was this translation helpful? Give feedback.
Okay, I've found the answer - catch the exception and look at the
query
andparameters
properties of it. If I find time, I'll submit a pull request for that to be documented.