Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
web.service.template
.TErrors
TErrors
is available since version 1.0.
Prototype:
string TErrors([number template_context])
Parameters
template_context
the template context, as returned by
NewTemplateContext
Description:
Get the errors as a string after a
TCompile
operation or
TExecute
.
Return value:
Returns the errors as a string after a
TCompile
operation or
TExecute
. If the return is empty, then no errors where encountered.