These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

/eve/ErrorList.xml.aspx Purpose....

Author
AmenoZ
Apple Industries Inc.
#1 - 2012-07-25 16:01:27 UTC
Folk,

I'm curious as to how folk are using the ErrorList API. It provides outputs that describe the relationship between specific error codes and the textual representation of those messages.

However, when an error occurs in the API, it seems that the output XML from other API calls provide both the applicable error code and the (same?) textual representation of that error message.

In other words, is there any reason to store ErrorList's results and cross reference the call-specific error code from other APIs to the ErrorList results?

Thanks!

-A
Gallente Drone
Doomheim
#2 - 2012-07-25 17:17:58 UTC
Or just full errors table would be enoght...
AmenoZ
Apple Industries Inc.
#3 - 2012-07-26 14:12:25 UTC
Gallente Drone wrote:
Or just full errors table would be enoght...


Any dev have comments on the proper use of ErrorList? Right now, it seems that it can just be ignored as specific API errors are provided with the same error-specific content when errors occur.

-jbl
Desmont McCallock
#4 - 2012-07-26 14:41:46 UTC
It's a just FYI call as is the CallList.
AmenoZ
Apple Industries Inc.
#5 - 2012-07-26 22:56:29 UTC
Desmont McCallock wrote:
It's a just FYI call as is the CallList.


Alright. Thank you.

-A