WebDesignBase::PrintSimpleErrorBody (open)
Print a simple error body. Override this if you want to handle some errors differently
Syntax
LOADLIB "mod::publisher/lib/webdesign.whlib";
MACRO PrintSimpleErrorBody(STRING errorclass, STRING errormessage, RECORD errormetadata)
Parameters
STRING errorclass
Structured error tag to recognize the error, eg "publisher:formunavailable"
STRING errormessage
Readable (standard) error message
RECORD errormetadata
Optional metadata about the error, contents depending on errorclass