Net-NIS

 view release on metacpan or  search on metacpan

NIS.pod  view on Meta::CPAN

    YPERR_YPERR         Internal yp server or client error
    YPERR_RESRC         Local resource allocation failure
    YPERR_NOMORE        No more records in map database
    YPERR_PMAP          Can't communicate with portmapper
    YPERR_YPBIND        Can't communicate with ypbind
    YPERR_YPSERV        Can't communicate with ypserv
    YPERR_NODOM         Local domain name not set
    YPERR_BADDB         yp data base is bad
    YPERR_VERS          YP version mismatch
    YPERR_ACCESS        Access violation
    YPERR_BUSY          Database is busy


=head1	ERRORS

Instead of having 'tie' succeed and the first access fail,
TIEHASH() (the function executed when performing a B<tie>) performs
some sanity checks: it ensures the validity of the domain and
map names.  On failure, 'tie' returns C<undef>, with an appropriate
error value in B<$yperr> :

NISTable.pod  view on Meta::CPAN


=back

=head1 ERROR CODES

The status method described above can return one of the following values:

  $Net::NIS::ERR_ACCESS		Access violation
  $Net::NIS::ERR_BADARGS	Args to function are bad
  $Net::NIS::ERR_BADDB		yp data base is bad
  $Net::NIS::ERR_BUSY		Database is busy
  $Net::NIS::ERR_DOMAIN		Can't bind to a server which serves this domain
  $Net::NIS::ERR_KEY		No such key in map
  $Net::NIS::ERR_MAP		No such map in server's domain
  $Net::NIS::ERR_NODOM		Local domain name not set
  $Net::NIS::ERR_PMAP		Can't communicate with portmapper
  $Net::NIS::ERR_NOMORE		No more records in map database
  $Net::NIS::ERR_RESRC		Local resource allocation failure
  $Net::NIS::ERR_RPC		RPC failure
  $Net::NIS::ERR_YPBIND		Can't communicate with ypbind
  $Net::NIS::ERR_YPERR		Internal yp server or client interface error



( run in 0.321 second using v1.01-cache-2.11-cpan-87723dcf8b7 )