We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f9c4c commit 892e973Copy full SHA for 892e973
signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/ThingErrorResponse.java
@@ -185,6 +185,7 @@ public static ThingErrorResponse fromJson(final ThingErrorRegistry thingErrorReg
185
HttpStatusCode.forInt(status).orElse(HttpStatusCode.INTERNAL_SERVER_ERROR))
186
.message(errorMessage)
187
.description(errorDescription)
188
+ .dittoHeaders(dittoHeaders)
189
.build();
190
}
191
0 commit comments