logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SRU::Response::Explain - A class for representing SRU explain responses

Description

Methods

new()
       The constructor which requires that you pass in a SRU::Request::Explain object.

   version()record()addDiagnostic()
       Add a SRU::Response::Diagnostic object to the response.

   diagnostics()
       Returns an array ref of SRU::Response::Diagnostic objects relevant for the response.

   extraResponseData()echoedExplainRequest()asXML()

Name

       SRU::Response::Explain - A class for representing SRU explain responses

Synopsis

           use SRU::Response;
           my $response = SRU::Response::Explain->new( $request );

See Also