The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RPC::Lite::Response -- Response object for RPC::Lite.

DESCRIPTION

RPC::Lite::Response encapsulates a response from an RPC::Lite::Server. It is the object that is serialized and returned over the transport layer.

METHODS

    new

    Takes the data to place into the Result field.

    Result

    Returns the result (native object) of the request.

    Error

    Returns undef on a valid response. Will only be filled in on RPC::Lite::Error objects.

    Id

    The unique id of this response. The id will match the id of the request that generated the response. This is used for handing asynchronous requests/responses.

SEE ALSO

RPC::Lite::Error

1 POD Error

The following errors were encountered while parsing the POD:

Around line 18:

You can't have =items (as at line 24) unless the first thing after the =over is an =item