<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Lack of Error messages from ESRI javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185283#M17230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but I have a question I am using the js for ArcGIS in Google maps and the versions are different as well the commands are slitghtly different, since the submitJob function in the js for Google maps does not include the errback, the error is taken into account as an event in the completeJob event. So could you help me in that specific question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 17:32:17 GMT</pubDate>
    <dc:creator>GermanMontalvo</dc:creator>
    <dc:date>2010-07-08T17:32:17Z</dc:date>
    <item>
      <title>Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185277#M17224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have an application that interacts with Google maps and layers that we have stored in our server, limited to the state of Virginia, when we were trying to make some test to see the possible error messages that the user could receive from the application when selected from an area outside virginia to get a report that the application generates, it does not get anything, like our javascript is not communicating with ESRI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I can solve it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 15:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185277#M17224</guid>
      <dc:creator>GermanMontalvo</dc:creator>
      <dc:date>2010-06-30T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185278#M17225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a bit more detail with a code sample that's as complete as possible surrounded by CODE tags would probably be helpful to those trying to understand your request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 21:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185278#M17225</guid>
      <dc:creator>AdamPfister</dc:creator>
      <dc:date>2010-06-30T21:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185279#M17226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attaching further information in order to help me more about it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 14:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185279#M17226</guid>
      <dc:creator>GermanMontalvo</dc:creator>
      <dc:date>2010-07-02T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185280#M17227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try to use try/catch. It's easy to handle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://o.dojotoolkit.org/developer/StyleGuide"&gt;http://o.dojotoolkit.org/developer/StyleGuide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geoprocessing tasks in the ESRI JS API also support different events for errors and success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 13:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185280#M17227</guid>
      <dc:creator>AxelSchaefer</dc:creator>
      <dc:date>2010-07-06T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185281#M17228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After submitting a job to the geoprocessing service we can see in the messages.xml file associated with that specific job number, and we can see there is an error when processing that job, but the javascript in the client does not realize that there is an error. So the try/catch is not going to help on this unless the ESRI JS API recognize there is an error. So the question is whether we try to open the open messages.xml outside of the ESRI api in order to get the error message?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 15:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185281#M17228</guid>
      <dc:creator>GermanMontalvo</dc:creator>
      <dc:date>2010-07-06T15:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185282#M17229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you specifying callback functions for callback, statusCallback and errback? Sample code would be helpful...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/geoprocessor.htm#submitJob"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/geoprocessor.htm#submitJob&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 17:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185282#M17229</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-07-06T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185283#M17230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but I have a question I am using the js for ArcGIS in Google maps and the versions are different as well the commands are slitghtly different, since the submitJob function in the js for Google maps does not include the errback, the error is taken into account as an event in the completeJob event. So could you help me in that specific question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 17:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185283#M17230</guid>
      <dc:creator>GermanMontalvo</dc:creator>
      <dc:date>2010-07-08T17:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of Error messages from ESRI javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185284#M17231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My mistake. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you passing in a function for the third parameter of esri.arcgis.gmaps.QueryTask()? If not, are you listening to the executecomplete event&amp;nbsp; of the QueryTask?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second argument passed to your callback (or executecomplete) function should be an error object if an error occurred.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QueryTask documentation:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/topics/apiref.htm#class_esri.arcgis.gmaps.QueryTask"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/topics/apiref.htm#class_esri.arcgis.gmaps.QueryTask&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Error object documentation:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/topics/apiref.htm#class_esri.arcgis.gmaps.Error"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/topics/apiref.htm#class_esri.arcgis.gmaps.Error&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 19:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lack-of-error-messages-from-esri-javascript/m-p/185284#M17231</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-07-08T19:52:22Z</dc:date>
    </item>
  </channel>
</rss>

