@forge/cli
11.3.0-next.2311.3.0-next.27
out/deploy/deployer/deployer.js~
out/deploy/deployer/deployer.jsModified+1
Index: package/out/deploy/deployer/deployer.js
===================================================================
--- package/out/deploy/deployer/deployer.js
+++ package/out/deploy/deployer/deployer.js
@@ -206,8 +206,9 @@
case 'HOSTED_RESOURCES_LAMBDA_TIMEOUT': {
throw new HostedResourceDeploymentFailedError(false, requestId, cli_shared_1.Text.hostedResources.error(cli_shared_1.Text.hostedResources.lambdaTimeout));
}
case 'ENTITY_VALIDATION_ERROR':
+ case 'MANIFEST_PERMISSIONS_VALIDATION_FAILED':
case 'MANIFEST_VALIDATION_FAILED': {
if (errorDetails.fields) {
throw new ManifestValidationFailedError(requestId, cli_shared_1.Text.config.manifest.error(message, JSON.stringify(errorDetails.fields, null, 2)));
}