r3331: Add string descriptions for a couple more WERROR's
authorJelmer Vernooij <jelmer@samba.org>
Thu, 28 Oct 2004 21:00:38 +0000 (21:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:56 +0000 (13:04 -0500)
source/libcli/util/doserr.c

index c8e0e89078ca4bbb8f50e08d758d6b777a73492d..8f997cf09239542505bddc1459a60c8dc56dd24f 100644 (file)
@@ -68,9 +68,19 @@ static const struct werror_code_struct dos_errs[] =
        { "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
        { "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
        { "WERR_DS_OBJ_NOT_FOUND", WERR_DS_OBJ_NOT_FOUND },
+       { "WERR_GENERAL_FAILURE", WERR_GENERAL_FAILURE },
+       { "WERR_PRINTQ_FULL", WERR_PRINTQ_FULL },
+       { "WERR_NO_SPOOL_SPACE", WERR_NO_SPOOL_SPACE },
+       { "WERR_CAN_NOT_COMPLETE", WERR_CAN_NOT_COMPLETE },
+       { "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
        { NULL, W_ERROR(0) }
 };
 
+
+
+
+/* DFS errors */
+
 /*****************************************************************************
  returns a windows error message.  not amazingly helpful, but better than a number.
  *****************************************************************************/