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

    Modifier and Type
    Method
    Description
    ThingErrorResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
    Creates a new ThingErrorResponse containing the causing DittoRuntimeException which is deserialized from the passed jsonString.
    ThingErrorResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
    Creates a new ThingErrorResponse containing the causing DittoRuntimeException which is deserialized from the passed jsonObject.
    ThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException)
    Creates a new ThingErrorResponse for the specified dittoRuntimeException.
    ThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
    Creates a new ThingErrorResponse for the specified dittoRuntimeException.
    ThingErrorResponse.of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException)
    Creates a new ThingErrorResponse for the specified dittoRuntimeException.
    ThingErrorResponse.of(ThingId thingId, org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
    Creates a new ThingErrorResponse for the specified dittoRuntimeException.
    ThingErrorResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)