Skip to content

Commit 7a8ab1d

Browse files
committed
ok
1 parent 9a2dd9f commit 7a8ab1d

File tree

10 files changed

+692
-491
lines changed

10 files changed

+692
-491
lines changed

astra-sdk-devops/src/main/java/com/dtsx/astra/sdk/HttpClientWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public ApiResponseHttp executeHttp(HttpUriRequestBase req, boolean mandatory) {
342342
} catch (IllegalArgumentException e) {
343343
throw e;
344344
} catch (Exception e) {
345-
throw new RuntimeException("Error in HTTP Request", e);
345+
throw new RuntimeException("Error in HTTP Request: " + e.getMessage(), e);
346346
}
347347
}
348348

0 commit comments

Comments
 (0)