The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.100910

DESCRIPTION

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

PUBLIC_ATTRIBUTES

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

  Nicholas Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Infinity Interactive.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.