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 recordKeyerrorMessage
The detailed error message describing the execution failure.
Signature:
public String errorMessageisCritical
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