This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
0 | 0x803D0000 | The input data was not in the expected format or did not have the expected value. | WS_E_INVALID_FORMAT |
0 | 0x003D0000 | The function call is completing asynchronously. | WS_S_ASYNC |
1 | 0x803D0001 | The operation could not be completed because the object is in a faulted state due to a previous error. | WS_E_OBJECT_FAULTED |
1 | 0x003D0001 | There are no more messages available on the channel. | WS_S_END |
2 | 0x803D0002 | The operation could not be completed because it would lead to numeric overflow. | WS_E_NUMERIC_OVERFLOW |
3 | 0x803D0003 | The operation is not allowed due to the current state of the object. | WS_E_INVALID_OPERATION |
4 | 0x803D0004 | The operation was aborted. | WS_E_OPERATION_ABORTED |
5 | 0x803D0005 | Access was denied by the remote endpoint. | WS_E_ENDPOINT_ACCESS_DENIED |
6 | 0x803D0006 | The operation did not complete within the time allotted. | WS_E_OPERATION_TIMED_OUT |
7 | 0x803D0007 | The operation was abandoned. | WS_E_OPERATION_ABANDONED |
8 | 0x803D0008 | A quota was exceeded. | WS_E_QUOTA_EXCEEDED |
9 | 0x803D0009 | The information was not available in the specified language. | WS_E_NO_TRANSLATION_AVAILABLE |
10 | 0x803D000A | Security verification was not successful for the received data. | WS_E_SECURITY_VERIFICATION_FAILURE |
11 | 0x803D000B | The address is already being used. | WS_E_ADDRESS_IN_USE |
12 | 0x803D000C | The address is not valid for this context. | WS_E_ADDRESS_NOT_AVAILABLE |
13 | 0x803D000D | The remote endpoint does not exist or could not be located. | WS_E_ENDPOINT_NOT_FOUND |
14 | 0x803D000E | The remote endpoint is not currently in service at this location. | WS_E_ENDPOINT_NOT_AVAILABLE |
15 | 0x803D000F | The remote endpoint could not process the request. | WS_E_ENDPOINT_FAILURE |
16 | 0x803D0010 | The remote endpoint was not reachable. | WS_E_ENDPOINT_UNREACHABLE |
17 | 0x803D0011 | The operation was not supported by the remote endpoint. | WS_E_ENDPOINT_ACTION_NOT_SUPPORTED |
18 | 0x803D0012 | The remote endpoint is unable to process the request due to being overloaded. | WS_E_ENDPOINT_TOO_BUSY |
19 | 0x803D0013 | A message containing a fault was received from the remote endpoint. | WS_E_ENDPOINT_FAULT_RECEIVED |
20 | 0x803D0014 | The connection with the remote endpoint was terminated. | WS_E_ENDPOINT_DISCONNECTED |
21 | 0x803D0015 | The HTTP proxy server could not process the request. | WS_E_PROXY_FAILURE |
22 | 0x803D0016 | Access was denied by the HTTP proxy server. | WS_E_PROXY_ACCESS_DENIED |
23 | 0x803D0017 | The requested feature is not available on this platform. | WS_E_NOT_SUPPORTED |
24 | 0x803D0018 | The HTTP proxy server requires HTTP authentication scheme 'basic'. | WS_E_PROXY_REQUIRES_BASIC_AUTH |
25 | 0x803D0019 | The HTTP proxy server requires HTTP authentication scheme 'digest'. | WS_E_PROXY_REQUIRES_DIGEST_AUTH |
26 | 0x803D001A | The HTTP proxy server requires HTTP authentication scheme 'NTLM'. | WS_E_PROXY_REQUIRES_NTLM_AUTH |
27 | 0x803D001B | The HTTP proxy server requires HTTP authentication scheme 'negotiate'. | WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH |
28 | 0x803D001C | The remote endpoint requires HTTP authentication scheme 'basic'. | WS_E_SERVER_REQUIRES_BASIC_AUTH |
29 | 0x803D001D | The remote endpoint requires HTTP authentication scheme 'digest'. | WS_E_SERVER_REQUIRES_DIGEST_AUTH |
30 | 0x803D001E | The remote endpoint requires HTTP authentication scheme 'NTLM'. | WS_E_SERVER_REQUIRES_NTLM_AUTH |
31 | 0x803D001F | The remote endpoint requires HTTP authentication scheme 'negotiate'. | WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH |
32 | 0x803D0020 | The endpoint address URL is invalid. | WS_E_INVALID_ENDPOINT_URL |
33 | 0x803D0021 | Unrecognized error occured in the Windows Web Services framework. | WS_E_OTHER |
34 | 0x803D0022 | A security token was rejected by the server because it has expired. | WS_E_SECURITY_TOKEN_EXPIRED |
35 | 0x803D0023 | A security operation failed in the Windows Web Services framework. | WS_E_SECURITY_SYSTEM_FAILURE |
No comments:
Post a Comment