客户端用户登录返回值错误代码表(…

来源:互联网 发布:C语言编程输出声音 编辑:程序博客网 时间:2024/06/05 15:28

SOAP_EOF -1 Unexpected end of file, no input, or timeout whilereceiving data 
SOAP_ERR -1 SOAP_OK 0 No error 
SOAP_CLI_FAULT 1 The service returned a client fault (SOAP 1.2Sender fault) 
SOAP_SVR_FAULT 2 The service returned a server fault (SOAP 1.2Receiver fault) 
SOAP_TAG_MISMATCH 3 An XML element didn't correspond toanything expected 
SOAP_TYPE 4 An XML Schema typemismatch 
SOAP_SYNTAX_ERROR 5 An XML syntax error occurred on theinput 
SOAP_NO_TAG 6 Begin of an element expected, but notfound 
SOAP_IOB 7 Array index out of bounds 
SOAP_MUSTUNDERSTAND 8 An element needs to be ignored that needto be understood 
SOAP_NAMESPACE 9 Namespace name mismatch (validationerror) 
SOAP_USER_ERROR 10   
SOAP_FATAL_ERROR 11 Internal error 
SOAP_FAULT 12 An exception raised by theservice 
SOAP_NO_METHOD 13 The dispatcher did not find a matchingoperation for the request 
SOAP_GET_METHOD 14 HTTP GET operation nothandled 
SOAP_EOM 15 Out of memory 
SOAP_NULL 16 An element was null, while it is not supposed tobe null 
SOAP_DUPLICATE_ID 17 Multiple occurrences of the same elementID on the input 
SOAP_MISSING_ID 18 Element ID missing for an HREF on theinput 
SOAP_HREF 19 Reference to object is incompatible with theobject refered to 
SOAP_UDP_ERROR 20 Message too large to store in UDPpacket 
SOAP_TCP_ERROR 21 A connection erroroccured 
SOAP_HTTP_ERROR 22 An HTTP erroroccured 
SOAP_SSL_ERROR 23 An SSL error occured 
SOAP_ZLIB_ERROR 24 A Zlib erroroccured 
SOAP_DIME_ERROR 25 DIME parsing error 
SOAP_DIME_HREF 26 DIME attachment has no href from SOAP body 
SOAP_DIME_MISMATCH 27 DIME version/transmissionerror 
SOAP_DIME_END 28 End of DIME error 
SOAP_MIME_ERROR 29 MIME parsing error 
SOAP_MIME_HREF 30   
SOAP_MIME_END 31   
SOAP_VERSIONMISMATCH 32 SOAP version mismatch or no SOAPmessage 
SOAP_PLUGIN_ERROR 33 Failed to registerplugin 
SOAP_DATAENCODINGUNKNOWN 34 SOAP 1.2 DataEncodingUnknownfault 
SOAP_REQUIRED 35 Attributed required validationerror 
SOAP_PROHIBITED 36 Attributed prohibited validationerror 
SOAP_OCCURS 37 Element minOccurs/maxOccurs validationerror 
SOAP_LENGTH 38 Element length validationerror 
SOAP_FD_EXCEEDED 39
原创粉丝点击