Skip to content

Commit

Permalink
Explanation of the ErrorEvent parameters. Patch by Erick Calder.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Sep 17, 2002
1 parent 9ddd892 commit 8fde4c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/POE/Wheel/Run.pm
Expand Up @@ -872,8 +872,12 @@ does not, however, signal that the client process has stopped
accepting input. accepting input.
C<ErrorEvent> contains the name of an event to emit if something C<ErrorEvent> contains the name of an event to emit if something
fails. It is optional. If omitted, the wheel will not notify its fails. It is optional and if omitted, the wheel will not notify its
session if any errors occur. session if any errors occur. The event receives 5 parameters as
follows: ARG0 = the return value of syscall(), ARG1 = errno() - the
numeric value of the error generated, ARG2 = error() - a descriptive
for the given error, ARG3 = the wheel id, and ARG4 = the handle on
which the error ocurred (stdout, stderr, etc.)
Wheel::Run requires at least one of the following three events: Wheel::Run requires at least one of the following three events:
Expand Down

0 comments on commit 8fde4c6

Please sign in to comment.