Counterpart to https://vanadium-review.googlesource.com/16427

MultiPart: 6/6

Change-Id: Ic9a9b09e245091fc6e5e7468511a0e9bd0373d62
diff --git a/src/gen-vdl/v.io/v23/security/index.js b/src/gen-vdl/v.io/v23/security/index.js
index 0d458fc..77f87b4 100644
--- a/src/gen-vdl/v.io/v23/security/index.js
+++ b/src/gen-vdl/v.io/v23/security/index.js
@@ -376,6 +376,23 @@
 ]);
 
 
+module.exports.PublicKeyNotAllowedError = makeError('v.io/v23/security.PublicKeyNotAllowed', actions.NO_RETRY, {
+  'en': '{1:}{2:} peer has public key {3}, not the authorized public key {4}',
+}, [
+  vdl.types.STRING,
+  vdl.types.STRING,
+]);
+
+
+module.exports.EndpointAuthorizationFailedError = makeError('v.io/v23/security.EndpointAuthorizationFailed', actions.NO_RETRY, {
+  'en': '{1:}{2:} blessings in endpoint {3} not matched by blessings presented: {4} (rejected {5})',
+}, [
+  vdl.types.STRING,
+  _type3,
+  _type8,
+]);
+
+
 
 
 // Services: