Skip to main content
GET
/
external-task
/
{id}
/
errorDetails
Get Error Details
curl --request GET \
  --url http://{host}:{port}/{contextPath}/external-task/{id}/errorDetails \
  --header 'Authorization: Basic <encoded-value>'
"org.apache.ibatis.jdbc.RuntimeSqlException: org.apache.ibatis.jdbc.RuntimeSqlException: test cause\n                                      at org.camunda.bpm.engine.test.api.externaltask.ExternalTaskServiceTest.testHandleFailureWithErrorDetails(ExternalTaskServiceTest.java:1424)\n                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n                                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n                                      ..."

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the external task for which the error details should be retrieved.

Response

Request successful.

The error details for the external task.