merge commit
This commit is contained in:
commit
5f68011de2
6 changed files with 103 additions and 76 deletions
|
@ -4631,6 +4631,9 @@
|
|||
<data name="Error.GALLERY_APP_DOWNLOAD_FAILED" xml:space="preserve">
|
||||
<value>We apologize for the inconvenience but the application download has been failed. Please contact your service provider to correct the issue.</value>
|
||||
</data>
|
||||
<data name="Error.GALLERY_APP_UNAUTHORIZEDACCESSEXCEPTION" xml:space="preserve">
|
||||
<value>We apologize for the inconvenience but the application download has been failed. Access is denied. Check WebSitePanel event log.</value>
|
||||
</data>
|
||||
<data name="Error.WAG_NOT_AVAILABLE" xml:space="preserve">
|
||||
<value>Web Application Gallery module is unavailable:</value>
|
||||
</data>
|
||||
|
|
|
@ -100,6 +100,12 @@ namespace WebsitePanel.Portal
|
|||
ShowErrorMessage("GALLERY_APP_DOWNLOAD_FAILED");
|
||||
isSuccess = false;
|
||||
break;
|
||||
|
||||
case GalleryWebAppStatus.UnauthorizedAccessException:
|
||||
ShowErrorMessage("GALLERY_APP_UNAUTHORIZEDACCESSEXCEPTION");
|
||||
isSuccess = false;
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
catch(Exception ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue