<mvc:View
    controllerName="sap.ushell.applications.PageComposer.controller.ErrorPage"
    height="100%"
    xmlns:mvc="sap.ui.core.mvc"
    xmlns="sap.m">
    <MessagePage
            id="messagePageError"
            showHeader="false"
            text="{i18n>ErrorPage.Message}"
            icon="sap-icon://document">
        <customDescription>
            <Link text="{i18n>ErrorPage.Link}" press=".onLinkPress"/>
        </customDescription>
    </MessagePage>
</mvc:View>
