cognitedata/cognite-sdk-dotnet

Get response json on failure

Closed this issue · 1 comments

In v1, some failure messages from the api has json data, which can contain useful information. This doesn't seem to be accessible in the current SDK. Ideally, ResponseException would give access to status code, message and response json if applicable.

Seems like API error messages in v1 have a standard structure of
{ "code": xxx, "message": xxxxx ... various arrays }

arrays include "missing", "duplicated", "missingFields"...