summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSMacOSX/helper-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSMacOSX/helper-error.h')
-rw-r--r--mDNSResponder/mDNSMacOSX/helper-error.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/mDNSResponder/mDNSMacOSX/helper-error.h b/mDNSResponder/mDNSMacOSX/helper-error.h
new file mode 100644
index 00000000..2e463b0a
--- /dev/null
+++ b/mDNSResponder/mDNSMacOSX/helper-error.h
@@ -0,0 +1,49 @@
+/* -*- Mode: C; tab-width: 4 -*-
+ *
+ * Copyright (c) 2007 Apple Inc. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+ERROR(kmDNSHelperCommunicationFailed, "Mach communication failed")
+ERROR(kmDNSHelperNotAuthorized, "Not authorized")
+ERROR(kmDNSHelperCreationFailed, "Object creation failed")
+ERROR(kmDNSHelperInvalidPList, "Invalid property list")
+ERROR(kmDNSHelperInvalidNameKey, "Invalid name key")
+ERROR(kmDNSHelperInvalidConfigKey, "Invalid configuration key")
+ERROR(kmDNSHelperTypeError, "Object was not of expected type")
+ERROR(kmDNSHelperPreferencesFailed, "Could not create preferences session")
+ERROR(kmDNSHelperPreferencesLockFailed, "Could not lock preferences")
+ERROR(kmDNSHelperPreferencesSetFailed, "Could not update preferences")
+ERROR(kmDNSHelperKeychainCopyDefaultFailed, "Could not copy keychain default")
+ERROR(kmDNSHelperKeychainSearchCreationFailed, "Could not create keychain search")
+ERROR(kmDNSHelperPListWriteFailed, "Could not write property list to stream")
+ERROR(kmDNSHelperResultTooLarge, "Result too large")
+ERROR(kmDNSHelperInterfaceCreationFailed, "Could not create auto-tunnel interface")
+ERROR(kmDNSHelperInterfaceDeletionFailed, "Could not delete auto-tunnel interface")
+ERROR(kmDNSHelperInvalidInterfaceState, "Invalid interface state requested")
+ERROR(kmDNSHelperInvalidServerState, "Invalid server state requested")
+ERROR(kmDNSHelperRacoonConfigCreationFailed, "Could not create racoon configuration file")
+ERROR(kmDNSHelperRacoonStartFailed, "Could not start racoon")
+ERROR(kmDNSHelperRacoonNotificationFailed, "Could not notify racoon")
+ERROR(kmDNSHelperInvalidTunnelSetKeysOperation, "Invalid tunnel setkey operation requested")
+ERROR(kmDNSHelperInvalidNetworkAddress, "Invalid network address")
+ERROR(kmDNSHelperRouteAdditionFailed, "Could not add route")
+ERROR(kmDNSHelperRouteDeletionFailed, "Could not remove route")
+ERROR(kmDNSHelperRoutingSocketCreationFailed, "Could not create routing socket")
+ERROR(kmDNSHelperDatagramSocketCreationFailed, "Could not create datagram socket")
+ERROR(kmDNSHelperIPsecPolicyCreationFailed, "Could not create IPsec policy")
+ERROR(kmDNSHelperIPsecPolicySetFailed, "Could not set IPsec policy")
+ERROR(kmDNSHelperIPsecRemoveSAFailed, "Could not remove IPsec SA")
+ERROR(kmDNSHelperIPsecPolicySocketCreationFailed, "Could not create IPsec policy socket")
+ERROR(kmDNSHelperIPsecDisabled, "IPSec support was not compiled in to the helper")