Open Javatar81 opened 6 months ago
Problem to read unexpected status codes https://github.com/microsoft/kiota/issues/3744
Store the error into additional data and read it later in the reconciler.
if(resp.statusCode() >= 400) { desired.getAdditionalData().put("error", resp.bodyAsString()); }
Problem to read unexpected status codes https://github.com/microsoft/kiota/issues/3744