We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f73a45 commit 9f01d3dCopy full SHA for 9f01d3d
api/src/main/java/com/messagebird/objects/ErrorReport.java
@@ -30,7 +30,7 @@ public String toString() {
30
if (message != null) {
31
str = str.concat(", message='" + message + "'");
32
} else {
33
- str = str.concat(", description=''" + description + "'");
+ str = str.concat(", description='" + description + "'");
34
str = str.concat(", parameter='" + parameter + "'");
35
}
36
str = str.concat("}");
0 commit comments