ERROR_PAGE

If an error occurs at run-time, the user will be redirected to a page defined here. Depending on the error cause, two types of error page could be provided for reporting system or application failure (or a default page for reporting both kind of errors could be configured instead).

Figure 1. Error_Page Section Example
<ERROR_PAGE TYPE="SYSTEM" PAGE_ID="CuramSystemError"/>
        <ERROR_PAGE TYPE="APPLICATION" PAGE_ID="CuramError"/>
Figure 2. Error_Page Section Example with one default page
<ERROR_PAGE PAGE_ID="CuramError"/>

Please note: when overriding the ERROR_PAGE setting it is not possible for a custom configuration to define an ERROR_PAGE element without a TYPE attribute if a low priority component defines an ERROR_PAGE element with a TYPE attribute. In that case, the custom component needs to use a TYPE attribute and must override both supported types of error page to get the desired effect