Macros
exception.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define E_ERROR   (1<<0 )
 
#define E_LOCAL   (1<<1 )
 
#define E_MEMORY   (1<<2 )
 
#define E_EVENT   (1<<3 )
 
#define E_ACCESS   (1<<4 )
 
#define E_PASSWORD   (1<<5 )
 
#define E_NOTEXIST   (1<<6 )
 
#define E_FUNCTION   (1<<7 )
 
#define E_FORMAT   (1<<8 )
 
#define E_OBJECT   (1<<9 )
 
#define E_TYPE   (1<<10 )
 
#define E_MOVE   (1<<11 )
 
#define E_LOOP   (1<<12 )
 
#define E_LOCK   (1<<13)
 
#define E_QUOTA   (1<<14)
 
#define E_TIMEOUT   (1<<15)
 
#define E_CONNECT   (1<<16)
 
#define E_UPLOAD   (1<<17)
 
#define E_DOWNLOAD   (1<<18)
 
#define E_DELETED   (1<<19)
 
#define E_ERROR_PROTOCOL   (1<<20)
 

Macro Definition Documentation

#define E_ACCESS   (1<<4 )

Definition at line 26 of file exception.h.

#define E_CONNECT   (1<<16)

Definition at line 38 of file exception.h.

#define E_DELETED   (1<<19)

Definition at line 41 of file exception.h.

#define E_DOWNLOAD   (1<<18)

Definition at line 40 of file exception.h.

#define E_ERROR   (1<<0 )

Definition at line 22 of file exception.h.

#define E_ERROR_PROTOCOL   (1<<20)

Definition at line 42 of file exception.h.

#define E_EVENT   (1<<3 )

Definition at line 25 of file exception.h.

#define E_FORMAT   (1<<8 )

Definition at line 30 of file exception.h.

#define E_FUNCTION   (1<<7 )

Definition at line 29 of file exception.h.

#define E_LOCAL   (1<<1 )

Definition at line 23 of file exception.h.

#define E_LOCK   (1<<13)

Definition at line 35 of file exception.h.

#define E_LOOP   (1<<12 )

Definition at line 34 of file exception.h.

#define E_MEMORY   (1<<2 )

Definition at line 24 of file exception.h.

#define E_MOVE   (1<<11 )

Definition at line 33 of file exception.h.

#define E_NOTEXIST   (1<<6 )

Definition at line 28 of file exception.h.

#define E_OBJECT   (1<<9 )

Definition at line 31 of file exception.h.

#define E_PASSWORD   (1<<5 )

Definition at line 27 of file exception.h.

#define E_QUOTA   (1<<14)

Definition at line 36 of file exception.h.

#define E_TIMEOUT   (1<<15)

Definition at line 37 of file exception.h.

#define E_TYPE   (1<<10 )

Definition at line 32 of file exception.h.

#define E_UPLOAD   (1<<17)

Definition at line 39 of file exception.h.