Instance Method
error(jobId:error:eventLoop:)
Called when the job returns an error
func error(jobId: String, error: any Error, eventLoop: any EventLoop) -> EventLoopFuture<Void>
Parameters
jobIdThe id of the Job
errorThe error that caused the job to fail
eventLoopThe eventLoop
Default Implementations
JobEventDelegate Implementations
error(jobId:error:eventLoop:)Called when the job returns an errorerror(jobId:error:eventLoop:)Called when the job returns an error