Open
Description
In 4.0.0 when the QuickBooks API call had an error the error result used to contain an authResponse with a json property containing the error detail like this.
"json": {
"Fault": {
"Error": [{ "Message": "Result Set Big Error", "Detail": "Result Set Big Error : Report too large, please customize", "code": "10100", "element": "ReportName" }],
"type": "ValidationFault"
},
"time": "2024-06-24T10:19:14.384-07:00"
},
On 4.2.0 the json is empty.
"json": null,
Is there a different way to get the QuickBooks error detail? This is critical for me to correctly handle the failure in my application. Thanks
Metadata
Metadata
Assignees
Labels
No labels