Tags Order A-Z Category Context

<sn:error>

Renders a standard bebo error message. To set the message, either use the message attribute or include a tag in the body of this tag. If both are specified, the attribute value is used.

Attributes

  • string < optional > The error message to display. Can be any string .

Valid Contexts

  • : The area where your app is displayed alone
  • : The Bebo profile page
  • : On a notification page (after the user has clicked on a link in the email)
  • : On the invitations page

Code

<sn:error>
  <sn:message>There has been a tremdous error</sn:message>
</sn:error>
<hr/>
<sn:error message="Oh no! It happened again!!"/>
Play with this code in the sandbox

There has been a tremdous error


Oh no! It happened again!!