Instance Method
error(jobId:error:)
Called when the job returns an error
func error(jobId: String, error: any Error) async throws
Parameters
jobIdThe id of the Job
errorThe error that caused the job to fail
Default Implementations
AsyncJobEventDelegate Implementations
error(jobId:error:)Called when the job returns an error