POEx::WorkerPool::Error::JobError - An error class indicating something failed with the job


POEx-WorkerPool documentation  | view source Contained in the POEx-WorkerPool distribution.

Index


NAME

Top

POEx::WorkerPool::Error::JobError - An error class indicating something failed with the job

VERSION

Top

version 1.102740

DESCRIPTION

Top

This exception is thrown when there is an irrecoverable error with a job

PUBLIC_ATTRIBUTES

Top

job

 is: ro, isa: DoesJob

This contains the job that errored

job_status

 is:ro, isa: JobStatus

This contains the useful information captured from the try block around the job during execution of the previous step

AUTHOR

Top

Nicholas R. Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

Top


POEx-WorkerPool documentation  | view source Contained in the POEx-WorkerPool distribution.