# negative errors for delivery errors to distinguish them a
# little. We probably should have a way to provide more data
# in the error message.
- payload = isc.config.ccsession.create_answer(-1,
+ payload = isc.config.ccsession.create_answer(CC_REPLY_NO_RECPT,
"No such recipient")
# We create the header based on the current one. But we don't
# want to mangle it for the caller, so we get a copy. A shallow
// The wildcards of some headers
const char* CC_TO_WILDCARD = "*";
const char* CC_INSTANCE_WILDCARD = "*";
+// Reply codes
+const int CC_REPLY_NO_RECPT = -1; // No recipient
}
}