dsander-reve 0.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. data/ChangeLog +155 -0
  2. data/LICENSE +22 -0
  3. data/Rakefile +79 -0
  4. data/init.rb +1 -0
  5. data/lib/reve/classes.rb +1341 -0
  6. data/lib/reve/exceptions.rb +353 -0
  7. data/lib/reve/extensions.rb +108 -0
  8. data/lib/reve.rb +1001 -0
  9. data/reve.rb +1 -0
  10. data/test/test_reve.rb +1191 -0
  11. data/test/xml/alliances.xml +171 -0
  12. data/test/xml/assets.xml +32 -0
  13. data/test/xml/badxml.xml +6 -0
  14. data/test/xml/certificate_tree.xml +231 -0
  15. data/test/xml/char_facwarstats.xml +18 -0
  16. data/test/xml/char_medals.xml +12 -0
  17. data/test/xml/character_sheet.xml +288 -0
  18. data/test/xml/characterid.xml +11 -0
  19. data/test/xml/charactername.xml +11 -0
  20. data/test/xml/characters.xml +13 -0
  21. data/test/xml/conqurable_stations.xml +12 -0
  22. data/test/xml/corp_facwarstats.xml +17 -0
  23. data/test/xml/corp_medals.xml +23 -0
  24. data/test/xml/corp_member_medals.xml +20 -0
  25. data/test/xml/corp_membersecurity.xml +49 -0
  26. data/test/xml/corporate_assets_list.xml +16 -0
  27. data/test/xml/corporate_market_orders.xml +10 -0
  28. data/test/xml/corporate_wallet_balance.xml +16 -0
  29. data/test/xml/corporate_wallet_journal.xml +11 -0
  30. data/test/xml/corporate_wallet_transactions.xml +10 -0
  31. data/test/xml/corporation_sheet.xml +52 -0
  32. data/test/xml/errors/error_100.xml +5 -0
  33. data/test/xml/errors/error_101.xml +5 -0
  34. data/test/xml/errors/error_102.xml +5 -0
  35. data/test/xml/errors/error_103.xml +5 -0
  36. data/test/xml/errors/error_104.xml +5 -0
  37. data/test/xml/errors/error_105.xml +5 -0
  38. data/test/xml/errors/error_106.xml +5 -0
  39. data/test/xml/errors/error_107.xml +5 -0
  40. data/test/xml/errors/error_108.xml +5 -0
  41. data/test/xml/errors/error_109.xml +5 -0
  42. data/test/xml/errors/error_110.xml +5 -0
  43. data/test/xml/errors/error_111.xml +5 -0
  44. data/test/xml/errors/error_112.xml +5 -0
  45. data/test/xml/errors/error_113.xml +5 -0
  46. data/test/xml/errors/error_114.xml +5 -0
  47. data/test/xml/errors/error_115.xml +5 -0
  48. data/test/xml/errors/error_116.xml +5 -0
  49. data/test/xml/errors/error_117.xml +5 -0
  50. data/test/xml/errors/error_118.xml +5 -0
  51. data/test/xml/errors/error_119.xml +5 -0
  52. data/test/xml/errors/error_120.xml +5 -0
  53. data/test/xml/errors/error_121.xml +5 -0
  54. data/test/xml/errors/error_122.xml +5 -0
  55. data/test/xml/errors/error_123.xml +5 -0
  56. data/test/xml/errors/error_124.xml +5 -0
  57. data/test/xml/errors/error_125.xml +5 -0
  58. data/test/xml/errors/error_200.xml +5 -0
  59. data/test/xml/errors/error_201.xml +5 -0
  60. data/test/xml/errors/error_202.xml +5 -0
  61. data/test/xml/errors/error_203.xml +5 -0
  62. data/test/xml/errors/error_204.xml +5 -0
  63. data/test/xml/errors/error_205.xml +5 -0
  64. data/test/xml/errors/error_206.xml +5 -0
  65. data/test/xml/errors/error_207.xml +5 -0
  66. data/test/xml/errors/error_208.xml +5 -0
  67. data/test/xml/errors/error_209.xml +5 -0
  68. data/test/xml/errors/error_210.xml +5 -0
  69. data/test/xml/errors/error_211.xml +5 -0
  70. data/test/xml/errors/error_212.xml +5 -0
  71. data/test/xml/errors/error_213.xml +5 -0
  72. data/test/xml/errors/error_214.xml +5 -0
  73. data/test/xml/errors/error_500.xml +5 -0
  74. data/test/xml/errors/error_501.xml +5 -0
  75. data/test/xml/errors/error_502.xml +5 -0
  76. data/test/xml/errors/error_503.xml +5 -0
  77. data/test/xml/errors/error_504.xml +5 -0
  78. data/test/xml/errors/error_505.xml +5 -0
  79. data/test/xml/errors/error_506.xml +5 -0
  80. data/test/xml/errors/error_507.xml +5 -0
  81. data/test/xml/errors/error_508.xml +5 -0
  82. data/test/xml/errors/error_509.xml +5 -0
  83. data/test/xml/errors/error_510.xml +5 -0
  84. data/test/xml/errors/error_511.xml +5 -0
  85. data/test/xml/errors/error_512.xml +5 -0
  86. data/test/xml/errors/error_513.xml +5 -0
  87. data/test/xml/errors/error_514.xml +5 -0
  88. data/test/xml/errors/error_515.xml +5 -0
  89. data/test/xml/errors/error_516.xml +5 -0
  90. data/test/xml/errors/error_517.xml +5 -0
  91. data/test/xml/errors/error_518.xml +5 -0
  92. data/test/xml/errors/error_519.xml +5 -0
  93. data/test/xml/errors/error_520.xml +5 -0
  94. data/test/xml/errors/error_521.xml +5 -0
  95. data/test/xml/errors/error_522.xml +5 -0
  96. data/test/xml/errors/error_523.xml +5 -0
  97. data/test/xml/errors/error_524.xml +5 -0
  98. data/test/xml/errors/error_525.xml +5 -0
  99. data/test/xml/errors/error_900.xml +5 -0
  100. data/test/xml/errors/error_901.xml +5 -0
  101. data/test/xml/errors/error_902.xml +5 -0
  102. data/test/xml/errors/error_903.xml +5 -0
  103. data/test/xml/errors/error_999.xml +5 -0
  104. data/test/xml/errors.xml +70 -0
  105. data/test/xml/eve_facwarstats.xml +35 -0
  106. data/test/xml/eve_facwartopstats.xml +178 -0
  107. data/test/xml/industryjobs.xml +11 -0
  108. data/test/xml/kills.xml +569 -0
  109. data/test/xml/map_facwarsystems.xml +13 -0
  110. data/test/xml/mapjumps.xml +15 -0
  111. data/test/xml/mapkills.xml +16 -0
  112. data/test/xml/market_transactions.xml +79 -0
  113. data/test/xml/marketorders.xml +43 -0
  114. data/test/xml/member_tracking.xml +22 -0
  115. data/test/xml/nonmember_corpsheet.xml +30 -0
  116. data/test/xml/reftypes.xml +14 -0
  117. data/test/xml/server_status.xml +9 -0
  118. data/test/xml/skill_in_training-amarr-titan.xml +15 -0
  119. data/test/xml/skill_in_training-none.xml +7 -0
  120. data/test/xml/skill_queue.xml +18 -0
  121. data/test/xml/skilltree.xml +41 -0
  122. data/test/xml/sovereignty.xml +29 -0
  123. data/test/xml/starbase_fuel.xml +23 -0
  124. data/test/xml/starbases.xml +12 -0
  125. data/test/xml/wallet_balance.xml +17 -0
  126. data/test/xml/wallet_journal.xml +48 -0
  127. data/tester.rb +17 -0
  128. metadata +187 -0
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="105">Invalid characterID.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="106">Must provide userID parameter for authentication.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="107">Invalid beforeRefID provided.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="108">Invalid accountKey provided.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="109">Invalid accountKey: must be in the range 1000 to 1006.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="110">Invalid beforeTransID provided.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="111">'{0}' is not a valid integer.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="112">Version mismatch.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="113">Version escalation is not allowed at this time.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="114">Invalid itemID provided.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="115">Assets already downloaded: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="116">Industry jobs already downloaded: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="117">Market orders already downloaded: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="118">Expected beforeKillID = 0: wallet not previously loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="119">Kills exhausted: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="120">Expected beforeKillID [{0}] but supplied [{1}]: kills previously loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="121">Invalid beforeKillID provided.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sat Jun 07 17:10:28 UTC 2008</currentTime>
4
+ <error code="122">Invalid or missing list of names.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sat Jun 07 17:10:28 UTC 2008</currentTime>
4
+ <error code="123">Invalid or missing list of IDs.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sat Jun 28 21:11:31 UTC 2008</currentTime>
4
+ <error code="124">Character not enlisted in Factional Warfare.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sat Jun 28 21:11:31 UTC 2008</currentTime>
4
+ <error code="125">Corporation not enlisted in Factional Warfare.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="200">Current security level not high enough.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="201">Character does not belong to account.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="202">Cached API key authentication failure.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="203">Authentication failure.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="204">Authentication failure.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="205">Authentication failure (final pass).</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="206">Character must have Accountant or Junior Accountant roles.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="207">Not available for NPC corporations.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="208">Character must have Accountant, Junior Accountant, or Trader roles.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="209">Character must be a Director or CEO.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="210">Authentication failure.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="211">Login denied by account status.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="212">Authentication failure (final pass).</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="213">Character must have Factory Manager role.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="214">Corporation is not part of alliance.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>__NOW__</currentTime>
4
+ <error code="500">GetName(#) is invalid or not loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="501">GetID({0}) is invalid or not loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>__NOW__</currentTime>
4
+ <error code="502">CacheUntil(#) seems to not be in the configuration.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="503">GetSkillpointsForLevel({0}, {1}): invalid input.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="504">GetRace({0}): invalid race.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="505">GetGender({0}): invalid gender.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="506">GetBloodline({0}): invalid bloodline.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="507">GetAttributeName({0}): invalid attribute.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="508">GetRefType({0}): invalid reftype.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="509">attributeID {0} has null data components.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="510">Character does not appear to have a corporation. Not loaded?</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="511">AccountCanQuery({0}): invalid accountKey.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="512">Invalid charID passed to CharData.GetCharacter().</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="513">Failed to get character roles in corporation.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="514">Invalid corpID passed to CorpData.GetCorporation().</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>__NOW__</currentTime>
4
+ <error code="515">Invalid userID and/or apiKey passed to UserData.GetUser().</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="516">Failed getting user information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="517">CSV header/row count mismatch.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="518">Unable to get current TQ time.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="519">Failed getting starbase detail information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="520">Unexpected failure accessing database.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="521">Invalid username and/or password passed to UserData.LoginWebUser().</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="522">Failed getting character information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="523">Failed getting corporation information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sat Jun 28 21:11:31 UTC 2008</currentTime>
4
+ <error code="524">Failed getting faction member information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Tue Dec 09 02:19:55 UTC 2008</currentTime>
4
+ <error code="525">Failed getting medal information.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>__NOW__</currentTime>
4
+ <error code="900">Beta in progress, access denied.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="901">Web site database temporarily disabled.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="902">EVE backend database temporarily disabled.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="903">Rate limited [{0}]: please obey all cachedUntil timers.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="999">User forced test error condition.</error>
5
+ </eveapi>
@@ -0,0 +1,70 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 13:58:00</currentTime>
4
+ <result>
5
+ <rowset columns="errorCode,errorText" name="errors" key="errorCode">
6
+ <row errorText="Expected before ref/trans ID = 0: wallet not previously loaded." errorCode="100">
7
+ </row><row errorText="Wallet exhausted: retry after {0}." errorCode="101">
8
+ </row><row errorText="Expected before ref/trans ID [{0}] but supplied [{1}]: wallet previously loaded." errorCode="102">
9
+ </row><row errorText="Already returned one week of data: retry after {0}." errorCode="103">
10
+ </row><row errorText="Invalid characterID." errorCode="105">
11
+ </row><row errorText="Must provide userID parameter for authentication." errorCode="106">
12
+ </row><row errorText="Invalid beforeRefID provided." errorCode="107">
13
+ </row><row errorText="Invalid accountKey provided." errorCode="108">
14
+ </row><row errorText="Invalid accountKey: must be in the range 1000 to 1006." errorCode="109">
15
+ </row><row errorText="Invalid beforeTransID provided." errorCode="110">
16
+ </row><row errorText="'{0}' is not a valid integer." errorCode="111">
17
+ </row><row errorText="Version mismatch." errorCode="112">
18
+ </row><row errorText="Version escalation is not allowed at this time." errorCode="113">
19
+ </row><row errorText="Invalid itemID provided." errorCode="114">
20
+ </row><row errorText="Assets already downloaded: retry after {0}." errorCode="115">
21
+ </row><row errorText="Industry jobs already downloaded: retry after {0}." errorCode="116">
22
+ </row><row errorText="Market orders already downloaded: retry after {0}." errorCode="117">
23
+ </row><row errorText="Expected beforeKillID = 0: wallet not previously loaded." errorCode="118">
24
+ </row><row errorText="Kills exhausted: retry after {0}." errorCode="119">
25
+ </row><row errorText="Expected beforeKillID [{0}] but supplied [{1}]: kills previously loaded." errorCode="120">
26
+ </row><row errorText="Invalid beforeKillID provided." errorCode="121">
27
+ </row><row errorText="Current security level not high enough." errorCode="200">
28
+ </row><row errorText="Character does not belong to account." errorCode="201">
29
+ </row><row errorText="Cached API key authentication failure." errorCode="202">
30
+ </row><row errorText="Authentication failure." errorCode="203">
31
+ </row><row errorText="Authentication failure." errorCode="204">
32
+ </row><row errorText="Authentication failure (final pass)." errorCode="205">
33
+ </row><row errorText="Character must have Accountant or Junior Accountant roles." errorCode="206">
34
+ </row><row errorText="Not available for NPC corporations." errorCode="207">
35
+ </row><row errorText="Character must have Accountant, Junior Accountant, or Trader roles." errorCode="208">
36
+ </row><row errorText="Character must be a Director or CEO." errorCode="209">
37
+ </row><row errorText="Authentication failure." errorCode="210">
38
+ </row><row errorText="Login denied by account status." errorCode="211">
39
+ </row><row errorText="Authentication failure (final pass)." errorCode="212">
40
+ </row><row errorText="Character must have Factory Manager role." errorCode="213">
41
+ </row><row errorText="Corporation is not part of alliance." errorCode="214">
42
+ </row><row errorText="GetID({0}) is invalid or not loaded." errorCode="501">
43
+ </row><row errorText="GetSkillpointsForLevel({0}, {1}): invalid input." errorCode="503">
44
+ </row><row errorText="GetRace({0}): invalid race." errorCode="504">
45
+ </row><row errorText="GetGender({0}): invalid gender." errorCode="505">
46
+ </row><row errorText="GetBloodline({0}): invalid bloodline." errorCode="506">
47
+ </row><row errorText="GetAttributeName({0}): invalid attribute." errorCode="507">
48
+ </row><row errorText="GetRefType({0}): invalid reftype." errorCode="508">
49
+ </row><row errorText="attributeID {0} has null data components." errorCode="509">
50
+ </row><row errorText="Character does not appear to have a corporation. Not loaded?" errorCode="510">
51
+ </row><row errorText="AccountCanQuery({0}): invalid accountKey." errorCode="511">
52
+ </row><row errorText="Invalid charID passed to CharData.GetCharacter()." errorCode="512">
53
+ </row><row errorText="Failed to get character roles in corporation." errorCode="513">
54
+ </row><row errorText="Invalid corpID passed to CorpData.GetCorporation()." errorCode="514">
55
+ </row><row errorText="Failed getting user information." errorCode="516">
56
+ </row><row errorText="CSV header/row count mismatch." errorCode="517">
57
+ </row><row errorText="Unable to get current TQ time." errorCode="518">
58
+ </row><row errorText="Failed getting starbase detail information." errorCode="519">
59
+ </row><row errorText="Unexpected failure accessing database." errorCode="520">
60
+ </row><row errorText="Invalid username and/or password passed to UserData.LoginWebUser()." errorCode="521">
61
+ </row><row errorText="Failed getting character information." errorCode="522">
62
+ </row><row errorText="Failed getting corporation information." errorCode="523">
63
+ </row><row errorText="Web site database temporarily disabled." errorCode="901">
64
+ </row><row errorText="EVE backend database temporarily disabled." errorCode="902">
65
+ </row><row errorText="Rate limited [{0}]: please obey all cachedUntil timers." errorCode="903">
66
+ </row><row errorText="User forced test error condition." errorCode="999">
67
+ </row></rowset>
68
+ </result>
69
+ <cacheduntil>2008-02-03 14:58:00</cacheduntil>
70
+ </eveapi>
@@ -0,0 +1,35 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-06-29 19:34:10</currentTime>
4
+ <result>
5
+ <totals>
6
+ <killsYesterday>1707</killsYesterday>
7
+ <killsLastWeek>9737</killsLastWeek>
8
+ <killsTotal>27866</killsTotal>
9
+ <victoryPointsYesterday>215674</victoryPointsYesterday>
10
+ <victoryPointsLastWeek>1738351</victoryPointsLastWeek>
11
+ <victoryPointsTotal>5613787</victoryPointsTotal>
12
+ </totals>
13
+ <rowset name="factions" key="factionID" columns="factionID,factionName,pilots,systemsControlled,killsYesterday,killsLastWeek,killsTotal,victoryPointsYesterday">
14
+ <row factionID="500001" factionName="Caldari State"
15
+ pilots="7780" systemsControlled="1"
16
+ killsYesterday="355" killsLastWeek="2478" killsTotal="6417"
17
+ victoryPointsYesterday="18019" victoryPointsLastWeek="123493" victoryPointsTotal="313523"
18
+ />
19
+ <row factionID="500002" factionName="Minmatar Republic" pilots="4677" systemsControlled="8" killsYesterday="460" killsLastWeek="2818" killsTotal="7824" victoryPointsYesterday="13368" victoryPointsLastWeek="100523" victoryPointsTotal="313010" />
20
+ <row factionID="500003" factionName="Amarr Empire" pilots="2844" systemsControlled="0" killsYesterday="225" killsLastWeek="1530" killsTotal="4042" victoryPointsYesterday="14609" victoryPointsLastWeek="89601" victoryPointsTotal="271238" />
21
+ <row factionID="500004" factionName="Gallente Federation" pilots="4845" systemsControlled="0" killsYesterday="667" killsLastWeek="2911" killsTotal="9583" victoryPointsYesterday="18505" victoryPointsLastWeek="120472" victoryPointsTotal="301694" />
22
+ </rowset>
23
+ <rowset name="factionWars" columns="factionID,factionName,againstID,againstName">
24
+ <row factionID="500001" factionName="Caldari State" againstID="500002" againstName="Minmatar Republic" />
25
+ <row factionID="500001" factionName="Caldari State" againstID="500004" againstName="Gallente Federation" />
26
+ <row factionID="500002" factionName="Minmatar Republic" againstID="500001" againstName="Caldari State" />
27
+ <row factionID="500002" factionName="Minmatar Republic" againstID="500003" againstName="Amarr Empire" />
28
+ <row factionID="500003" factionName="Amarr Empire" againstID="500002" againstName="Minmatar Republic" />
29
+ <row factionID="500003" factionName="Amarr Empire" againstID="500004" againstName="Gallente Federation" />
30
+ <row factionID="500004" factionName="Gallente Federation" againstID="500001" againstName="Caldari State" />
31
+ <row factionID="500004" factionName="Gallente Federation" againstID="500003" againstName="Amarr Empire" />
32
+ </rowset>
33
+ </result>
34
+ <cachedUntil>2008-06-29 20:34:11</cachedUntil>
35
+ </eveapi>