Skip to main content
Version: Next

Report error for job

POST 

/jobs/:jobKey/error

Reports a business error (i.e. non-technical) that occurs while processing a job.

Request

Path Parameters

    jobKey int64required

    The key of the job.

Body

required
    errorCode stringrequired

    The error code that will be matched with an error catch event.

    errorMessage stringnullable

    An error message that provides additional context.

    variables objectnullable

    JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.

    property name* anynullable

    Additional properties allowed.

Responses

An error is thrown for the job.

Loading...