Uses of Class
org.eclipse.ditto.things.model.signals.commands.ThingErrorResponse
Packages that use ThingErrorResponse
-
Uses of ThingErrorResponse in org.eclipse.ditto.things.model.signals.commands
Methods in org.eclipse.ditto.things.model.signals.commands that return ThingErrorResponseModifier and TypeMethodDescriptionstatic ThingErrorResponseThingErrorResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newThingErrorResponsecontaining the causingDittoRuntimeExceptionwhich is deserialized from the passedjsonString.static ThingErrorResponseThingErrorResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newThingErrorResponsecontaining the causingDittoRuntimeExceptionwhich is deserialized from the passedjsonObject.static ThingErrorResponseThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException) Creates a newThingErrorResponsefor the specifieddittoRuntimeException.static ThingErrorResponseThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newThingErrorResponsefor the specifieddittoRuntimeException.static ThingErrorResponseThingErrorResponse.of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException) Creates a newThingErrorResponsefor the specifieddittoRuntimeException.static ThingErrorResponseThingErrorResponse.of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newThingErrorResponsefor the specifieddittoRuntimeException.ThingErrorResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)