public interface HistoricExternalTaskLogResource
Modifier and Type | Method and Description |
---|---|
String |
getErrorDetails() |
HistoricExternalTaskLogDto |
getHistoricExternalTaskLog() |
@GET @Produces(value="application/json") HistoricExternalTaskLogDto getHistoricExternalTaskLog()
@GET @Path(value="/error-details") @Produces(value="text/plain") String getErrorDetails()
Copyright © 2022. All rights reserved.