From a4733dd5dd02309828b8fa8d2cb4d2eed2ace795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 23 May 2004 23:21:20 +0000 Subject: [PATCH] Added some more error message found in Dano headers - not sure if we'll keep them, though. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7628 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/Errors.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/headers/os/support/Errors.h b/headers/os/support/Errors.h index 8a8331d42d..a382af8663 100644 --- a/headers/os/support/Errors.h +++ b/headers/os/support/Errors.h @@ -270,7 +270,20 @@ enum B_DEV_RESOURCE_CONFLICT, B_DEV_CONFIGURATION_ERROR, B_DEV_DISABLED_BY_USER, - B_DEV_DOOR_OPEN + B_DEV_DOOR_OPEN, + + B_DEV_INVALID_PIPE, + B_DEV_CRC_ERROR, + B_DEV_STALLED, + B_DEV_BAD_PID, + B_DEV_UNEXPECTED_PID, + B_DEV_DATA_OVERRUN, + B_DEV_DATA_UNDERRUN, + B_DEV_FIFO_OVERRUN, + B_DEV_FIFO_UNDERRUN, + B_DEV_PENDING, + B_DEV_MULTIPLE_ERRORS, + B_DEV_TOO_LATE, }; /*-------------------------------------------------------------*/