{bb_error} Print

  • Modules
  • 0

The {bb_error} module displays the system error that is returned on some action. If no error has been encountered it will not output anything.

This module tag can be placed within these areas:

  • Page Templates
  • Web Pages
  • Landing Pages
  • Content Holders

This module supports Liquid.

NOTE: This module tag is a part of a future release.

Syntax

{bb_error collectionName="" layout=""}

Parameters

  • collectionName - The parameter is used to access the collection the Liquid tags.
  • layout - Renders the module output using: the Default Layout is when you don't define a layout at all; a custom layout template (layout="My Custom Layout"); or no layout, which allows the user to code the layout right on the web page (layout="").

Liquid Tags

  • {{errorTitle}} - Title of the error.
  • {{errorMessage}} - Description of the error.
  • {{errorCode}} - Code for the error.

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution