nip_error.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  nip_error_t {
  NIP_E_OK, NIP_E_PARAM_FAILED, NIP_E_INVALID_BLOCK, NIP_E_BLOCK_LOCKED,
  NIP_E_OUT_OF_MEMORY, NIP_E_EOF, NIP_E_RESOLVING_ADDR, NIP_E_HARD_ERROR,
  NIP_E_DEV_BUSY, NIP_E_DISP_RUNNING, NIP_E_INVALID_SOCK, NIP_E_NO_ROUTE_TO_HOST,
  NIP_E_HOST_NOT_FOUND, NIP_E_AGAIN, NIP_E_OUT_OF_RESSOURCES, NIP_E_LOCKED,
  NIP_E_NOT_FOUND, NIP_E_EXISTS, NIP_E_NOT_CONFIGURED, NIP_E_INTERNAL_ERROR,
  NIP_E_NO_MATCH
}
 Errorcodes to be used by NIP functions. More...

Variables

nip_error_t nip_error
 global variable used by nIP functions to post additional error codes.


Enumeration Type Documentation

Errorcodes to be used by NIP functions.

Enumerator:
NIP_E_OK  no error
NIP_E_PARAM_FAILED  function received invalid parameter
NIP_E_INVALID_BLOCK  function received invalid block id
NIP_E_BLOCK_LOCKED  tried to invalidly access locked memory block
NIP_E_OUT_OF_MEMORY  not enough dynamic memory available for allocation
NIP_E_EOF  end of file or end block data reached
NIP_E_RESOLVING_ADDR  (still) resolving target address, don't send data yet
NIP_E_HARD_ERROR  some unexpected hardware error occured
NIP_E_DEV_BUSY  network interface busy, try again later
NIP_E_DISP_RUNNING  dispatcher already running
NIP_E_INVALID_SOCK  given socket id was invalid
NIP_E_NO_ROUTE_TO_HOST  found no route to target host
NIP_E_HOST_NOT_FOUND  target host not found on local network
NIP_E_AGAIN  try again later
NIP_E_OUT_OF_RESSOURCES 
NIP_E_LOCKED  ressource locked
NIP_E_NOT_FOUND  ressource not found
NIP_E_EXISTS  could not create ressource, because it exists already
NIP_E_NOT_CONFIGURED  ressource not configured properly
NIP_E_INTERNAL_ERROR  internal error occured, data integrity unknown
NIP_E_NO_MATCH  compared ressources don't match

Definition at line 35 of file nip_error.h.


Variable Documentation


Generated on Thu Jul 10 01:09:52 2008 for NIP by  doxygen 1.5.5