r26060: Add some error codes from remote join api.
[metze/samba/wb-ndr.git] / source / libcli / util / werror.h
index 532dc2ed8c28de5fc1b993e81a96c7e3e26dd364..4de3092d9f4cd51898bfe5456219eba305bac5f2 100644 (file)
@@ -116,6 +116,11 @@ typedef uint32_t WERROR;
 #define WERR_FID_NOT_FOUND W_ERROR(2314)
 #define WERR_NOT_LOCAL_DOMAIN W_ERROR(2320)
 #define WERR_DOMAIN_CONTROLLER_NOT_FOUND W_ERROR(2453)
+
+#define WERR_SETUP_ALREADY_JOINED W_ERROR(2691)
+#define WERR_SETUP_NOT_JOINED W_ERROR(2692)
+#define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(2693)
+
 #define WERR_DEVICE_NOT_AVAILABLE W_ERROR(4319)
 #define WERR_STATUS_MORE_ENTRIES   W_ERROR(0x0105)