New error code: DC_ERR_SYSTEM

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@436 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
gombasg 2006-04-10 12:42:32 +00:00 committed by Adam Visegradi
parent d153259ba2
commit 52d956c55d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ typedef enum {
DC_ERR_UNKNOWN_WU, /* Unknown WU identifier */
DC_ERR_TIMEOUT, /* Timeout */
DC_ERR_BADPARAM, /* Bad function parameter */
DC_ERR_SYSTEM, /* A system call has failed, check errno */
DC_ERR_INTERNAL, /* Internal error */
} DC_ErrorCode;