We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ca38c commit f701114Copy full SHA for f701114
1 file changed
constructorio-client/src/main/java/io/constructor/client/ConstructorIO.java
@@ -2024,7 +2024,7 @@ protected static String getResponseBody(Response response) throws ConstructorExc
2024
errorCode = response.code();
2025
}
2026
} catch (Exception e) {
2027
- errorMessage = "[HTTP " + response.code() + "]";
+ errorMessage = "[HTTP " + response.code() + "] Exception: " + e.getMessage();
2028
} finally {
2029
response.close();
2030
0 commit comments