Monday, September 27, 2010

Error message tags

Error message tags are WBSP placeholders for various parts of an error message. They are not intended to be used on the ordinary WBSP pages nor in normal circumstances, but in error template file (defined by WB_ErrFile variable and sent to client when error occurs). Their purpose is to format and/or hide some of the error details. Also, when output type (Content-type) is not text/html they can be used to generate proper error report (e.g. XML, XHTML, WML, RTF, etc.)
$WBERRDESC - Full error description including error message and error number.
$WBERRMSG - Text-only error description without error number.
$WBERRNUM - Error number, without any text message.
$WBERRMAIL - Email address specified in WB_ErrMail form field for current WBSP file.

read more

No comments:

Post a Comment