gSOAP error code,HTTP 1.1 error codes

来源:互联网 发布:ug数控车编程教程视频 编辑:程序博客网 时间:2024/06/05 07:24

CodeDescriptionSOAP_OKNo errorSOAP_CLI_FAULT*The service returned a client fault (SOAP 1.2 Sender fault)SOAP_SVR_FAULT*The service returned a server fault (SOAP 1.2 Receiver fault)SOAP_TAG_MISMATCHAn XML element didn't correspond to anything expectedSOAP_TYPEAn XML Schema type mismatchSOAP_SYNTAX_ERRORAn XML syntax error occurred on the inputSOAP_NO_TAGBegin of an element expected, but not foundSOAP_IOBArray index out of boundsSOAP_MUSTUNDERSTAND*An element needs to be ignored that need to be understoodSOAP_NAMESPACENamespace name mismatch (validation error)SOAP_FATAL_ERRORInternal errorSOAP_USER_ERRORUser error (reserved for soap.user usageSOAP_FAULTAn exception raised by the serviceSOAP_NO_METHODThe dispatcher did not find a matching operation for a requestSOAP_NO_DATANo data in HTTP messageSOAP_GET_METHODHTTP GET operation not handled, see Section 19.10SOAP_EOMOut of memorySOAP_MOEMemory overflow/corruption error (DEBUG mode)SOAP_NULLAn element was null, while it is not supposed to be nullSOAP_DUPLICATE_IDElement's ID duplicated (multi-ref encoding)SOAP_MISSING_IDElement ID missing for an href/ref (multi-ref encoding)SOAP_HREFReference to object is incompatible with the object refered toSOAP_UTF_ERRORAn UTF-encoded message decoding error occuredSOAP_UDP_ERRORMessage too large to store in UDP packetSOAP_TCP_ERRORA connection error occuredSOAP_HTTP_ERRORAn HTTP error occuredSOAP_NTLM_ERRORAn NTLM authentication handshake error occuredSOAP_SSL_ERRORAn SSL error occuredSOAP_ZLIB_ERRORA Zlib error occuredSOAP_PLUGIN_ERRORFailed to register pluginSOAP_MIME_ERRORMIME parsing errorSOAP_MIME_HREFMIME attachment has no href from SOAP body errorSOAP_MIME_ENDEnd of MIME attachments protocol errorSOAP_DIME_ERRORDIME formatting error or DIME size exceeds SOAP_MAXDIMESIZESOAP_DIME_ENDEnd of DIME attachments protocol errorSOAP_DIME_HREFDIME attachment has no href from SOAP body (and no DIME callbacks were defined to save the attachment)SOAP_DIME_MISMATCHDIME version/transmission errorSOAP_VERSIONMISMATCH*SOAP version mismatch or no SOAP messageSOAP_DATAENCODINGUNKNOWNSOAP 1.2 DataEncodingUnknown faultSOAP_REQUIREDAttributed required validation errorSOAP_PROHIBITEDAttributed prohibited validation errorSOAP_OCCURSElement minOccurs/maxOccurs validation errorSOAP_LENGTHElement length validation errorSOAP_FD_EXCEEDEDToo many open sockets (for non-win32 systems not supporting poll())SOAP_EOFUnexpected end of file, no input, or timeout receiving dataSOAP_ERRError (for internal use)



The HTTP 1.1 error codes are: 

#Error201Created202Accepted203Non-Authoritative Information204No Content205Reset Content206Partial Content300Multiple Choices301Moved Permanently302Found303See Other304Not Modified305Use Proxy307Temporary Redirect400Bad Request401Unauthorized402Payment Required403Forbidden404Not Found405Method Not Allowed406Not Acceptable407Proxy Authentication Required408Request Time-out409Conflict410Gone411Length Required412Precondition Failed413Request Entity Too Large414Request-URI Too Large415Unsupported Media Type416Requested range not satisfiable417Expectation Failed500Internal Server Error501Not Implemented502Bad Gateway503Service Unavailable504Gateway Time-out505HTTP Version not supported

0 0
原创粉丝点击