ServerError container
The ServerError
container is designed to handle and display server error messages during the checkout process. You can configure it to display an error message and handle click events.
ServerError configurations
The ServerError
container provides the following configuration options:
Example
The following example renders the ServerError
container on a checkout page. It provides functionality to handle retry actions by removing an error class from the content element and to handle server errors by adding an error class to the content element.