TestError.xml 413 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Error response returned for a generic request
  4. -->
  5. <!-- generator="Technorati API version 1.0 /keyinfo" -->
  6. <!DOCTYPE tapi PUBLIC "-//Technorati, Inc.//DTD TAPI 0.02//EN" "http://api.technorati.com/dtd/tapi-002.xml">
  7. <tapi version="1.0">
  8. <document>
  9. <result>
  10. <error>Something weird happens!</error>
  11. </result>
  12. </document>
  13. </tapi>