Error Use

Make sure that the .sovos-error-page div is the only element in your page in the id="main-content" element. Add the appropriate error code to the data-mosaic-error-code attribute. Add the url of your app's home page to the data-mosaic-error-action attribute

Supported error codes: 400, 401, 403, 404, 408, 500, 501, 502, 503. Will fall back to 400 if unknown code.

  
  
<div
  class="sovos-error-page"
  data-mosaic-error-code="404"
  data-mosaic-error-action="/"
/>