⛏️ index : haiku.git

author Axel Dörfler <axeld@pinc-software.de> 2004-05-23 23:21:20.0 +00:00:00
committer Axel Dörfler <axeld@pinc-software.de> 2004-05-23 23:21:20.0 +00:00:00
commit
a4733dd5dd02309828b8fa8d2cb4d2eed2ace795 [patch]
tree
ec1c9443f0a1e7690f3f9bb210df809c76111528
parent
1648d0d88e02df9e4059e6d54fdd415934bd7aa8
download
a4733dd5dd02309828b8fa8d2cb4d2eed2ace795.tar.gz

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

Diff

 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 8a8331d..a382af8 100644
--- a/headers/os/support/Errors.h
+++ b/headers/os/support/Errors.h
@@ -270,7 +270,20 @@
	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,
};

/*-------------------------------------------------------------*/