GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::OAI::Error(3) User Contributed Perl Documentation Net::OAI::Error(3)

Net::OAI::Error - OAI-PMH errors.

Note: Actually this class implements the SAX filter which processes (and forwards) all top-level OAI-PMH elements.

Specifically the following events are not forwarded: OAI-PMH itself, request, responseDate and error.

Thus only events for the elements corresponding to the individual OAI-PMH verbs are forwarded.

Returns an OAI error if one was encountered, or the empty string if no errors were associated with the OAI request.
  • badArgument
  • badResumptionToken
  • badVerb
  • cannotDisseminateFormat
  • idDoesNotExist
  • noRecordsMatch
  • noMetadataFormats
  • noSetHierarchy
  • xmlParseError
  • xmlContentError
  • numerical HTTP status code

For more information about these error codes see: <http://www.openarchives.org/OAI/openarchivesprotocol.html#ErrorConditions>.

Returns a textual description of the error that was encountered, or an empty string if there was no error associated with the OAI request.

In case of HTTP level errors, returns the associated HTTP::Response object. Otherwise "undef".

In case of HTTP level errors, returns the Retry-After header of the HTTP Response object, or the empty string if no such header is persent. Otherwise "undef".

Ed Summers <ehs@pobox.com>
2016-01-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.