<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged management</title>
<link>https://overflow.efficy.io/?qa=tag/management</link>
<description>Powered by Question2Answer</description>
<item>
<title>In Scheduled serverscripts, is it possible to get more detail on the error?</title>
<link>https://overflow.efficy.io/?qa=1582/scheduled-serverscripts-possible-get-more-detail-the-error</link>
<description>&lt;p&gt;Today when you have a Error in the Schedule Script you will have something like this:&lt;/p&gt;

&lt;p&gt;[2016/05/03 16:04:15.858] Error: WKFL-2142 Error while executing Script &quot;Microsoft JScript runtime error&quot; at line 115 char 5.&lt;br&gt;
Message: &quot;Object doesn't support this property or method&quot;&lt;/p&gt;

&lt;p&gt;If I am doing a &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;try {
} catch (e) {
   Database.Log(e.message);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I am getting only the message &lt;strong&gt;&quot;Object doesn't support this property or method&quot;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Is there only possibility to get also the Error &lt;strong&gt;&quot;WKFL-2142 Error while executing Script &quot;Microsoft JScript runtime error&quot; at line 115 char 5.&quot;&lt;/strong&gt; ?&lt;/p&gt;

&lt;p&gt;I would like to log this information for synchronization purpose.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1582/scheduled-serverscripts-possible-get-more-detail-the-error</guid>
<pubDate>Tue, 03 May 2016 14:08:38 +0000</pubDate>
</item>
</channel>
</rss>