Back to project page psiandroid.
The source code is released under:
GNU General Public License
If you think the Android project psiandroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.phpsysinfo.xml; public enum PSIErrorCode { NO_ERROR, BAD_URL, XML_PARSER_CREATE, CANNOT_GET_XML, XML_PARSER_ERROR, CANCELED, SSL_ERROR; }