Skip to content
Async Job Error

Async Job Error

The forvendi.AsyncJobError class describes errors encountered during asynchronous job processing and determines retry policies for failed executions.


recordKey

The unique key identifying the related record associated with the error.

Signature:

public String recordKey

errorMessage

The detailed error message describing the execution failure.

Signature:

public String errorMessage

isCritical

Determines whether the encountered error is critical. If set to true, the framework will not attempt to re-process the asynchronous request.

Signature:

public Boolean isCritical