RE: [Zope] Mailing traceback from standard_error_message
Hi, The traceback is in error_tb -- try <dtml-var error_tb> Other variables that are defined for error messages are: error_type error_value error_message (may be null) Take a look at /standard_error_message for their usage. hth, -- Marcus
-----Original Message----- From: Kevin Dangoor [mailto:kid@kendermedia.com] Sent: 28 March 2000 03:03 To: zope@zope.org Subject: [Zope] Mailing traceback from standard_error_message
Is there a way to make standard_error_message email the traceback? (I have it emailing the error message, but I didn't know if there is a variable I can <dtml-var> to send the traceback.)
Kevin
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Marcus Collins