DUP_ERROR
typedef enum error_type {BAD_ERROR, DUP_ERROR, REQ_ERROR} error_type_t;
#define DUP_ERROR 0x04 /* error in dup req cache */