Skip Menu |

This queue is for tickets about the AnyEvent-RPC CPAN distribution.

Report information
The Basics
Id: 71148
Status: open
Priority: 0/
Queue: AnyEvent-RPC

People
Owner: Nobody in particular
Requestors: NPW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



I've only made a cursory examination of the code, since I was simply wondering how you handled error conditions within AnyEvent. However, AnyEvent::RPC appears to call rpcfault, without defining it. http://search.cpan.org/grep?cpanid=MONS&release=AnyEvent-RPC-0.05&string=rpcfault&i=1&F=1&n=1&C=0 Cheers, N
On Thu Sep 22 07:29:38 2011, NPW wrote: Show quoted text
> I've only made a cursory examination of the code, since I was simply > wondering how you handled error conditions within AnyEvent. > > However, AnyEvent::RPC appears to call rpcfault, without defining it. > > http://search.cpan.org/grep?cpanid=MONS&release=AnyEvent-RPC- > 0.05&string=rpcfault&i=1&F=1&n=1&C=0 > > Cheers, > > N
Thanks, I'll fix it. That code was derived from somewhere... of course it should be {fault=>{ faultCode => $res->code, faultString => "Call to $req{uri} failed: $status" }