Modify flow error pages
You can customize the IBM® Security Verify flow error pages according to the requirement. The flow error pages are displayed to the user when an unrecoverable error occurs in the flow.
For more information on how to customize the pages, see Managing branding.
Text changes can be made to the pages by using HTML markup. The HTML files also contain macros. Macros are characters between the @ symbol where the data is rendered at run time. Do not change the macros in the files.
The IBM Security Verify flow error pages are located in the templates\workflow\error directory within the themes compressed file.
- $GENERIC_ERROR_HEADER$
- $GENERIC_ERROR_OCCURRED_AT$
- $GENERIC_ERROR_ERROR_DETAILS$
- $GENERIC_ERROR_CONTACT_SUPPORT$
- $GENERIC_ERROR_SUPPORT_URL$
- $GENERIC_ERROR_VIEW_DETAILS$
- $GENERIC_ERROR_HIDE_DETAILS$
The macros for this page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@PAGE_HEADER@ | The HTML that contains the header of the page. This code can be modified by customizing the header.html common template. |
@THEME_ID@ | The ID of the registered template theme. |
@TIMESTAMP@ | The timestamp when the error occurred. |
@EXCEPTION_MSG@ | The exception message. |
The error-related macros for the flow error page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@context.error@ | The error flow encountered. |
@context.error.messageId@ | The unique error code. |
@context.error.messageDescription@ | An error message that is specific to the action in the page. |
@context.error.taskName@ | The task that caused the error. |
To change the page header, footer, and style on the flow error pages, see Create common branding.