Wednesday, September 28, 2011

HRESULTS: FACILITY_WEBSERVICES


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

CodeHRESULTDescription#define
00x803D0000 The input data was not in the expected format or did not have the expected value. WS_E_INVALID_FORMAT
00x003D0000 The function call is completing asynchronously. WS_S_ASYNC
10x803D0001 The operation could not be completed because the object is in a faulted state due to a previous error. WS_E_OBJECT_FAULTED
10x003D0001 There are no more messages available on the channel. WS_S_END
20x803D0002 The operation could not be completed because it would lead to numeric overflow. WS_E_NUMERIC_OVERFLOW
30x803D0003 The operation is not allowed due to the current state of the object. WS_E_INVALID_OPERATION
40x803D0004 The operation was aborted. WS_E_OPERATION_ABORTED
50x803D0005 Access was denied by the remote endpoint. WS_E_ENDPOINT_ACCESS_DENIED
60x803D0006 The operation did not complete within the time allotted. WS_E_OPERATION_TIMED_OUT
70x803D0007 The operation was abandoned. WS_E_OPERATION_ABANDONED
80x803D0008 A quota was exceeded. WS_E_QUOTA_EXCEEDED
90x803D0009 The information was not available in the specified language. WS_E_NO_TRANSLATION_AVAILABLE
100x803D000A Security verification was not successful for the received data. WS_E_SECURITY_VERIFICATION_FAILURE
110x803D000B The address is already being used. WS_E_ADDRESS_IN_USE
120x803D000C The address is not valid for this context. WS_E_ADDRESS_NOT_AVAILABLE
130x803D000D The remote endpoint does not exist or could not be located. WS_E_ENDPOINT_NOT_FOUND
140x803D000E The remote endpoint is not currently in service at this location. WS_E_ENDPOINT_NOT_AVAILABLE
150x803D000F The remote endpoint could not process the request. WS_E_ENDPOINT_FAILURE
160x803D0010 The remote endpoint was not reachable. WS_E_ENDPOINT_UNREACHABLE
170x803D0011 The operation was not supported by the remote endpoint. WS_E_ENDPOINT_ACTION_NOT_SUPPORTED
180x803D0012 The remote endpoint is unable to process the request due to being overloaded. WS_E_ENDPOINT_TOO_BUSY
190x803D0013 A message containing a fault was received from the remote endpoint. WS_E_ENDPOINT_FAULT_RECEIVED
200x803D0014 The connection with the remote endpoint was terminated. WS_E_ENDPOINT_DISCONNECTED
210x803D0015 The HTTP proxy server could not process the request. WS_E_PROXY_FAILURE
220x803D0016 Access was denied by the HTTP proxy server. WS_E_PROXY_ACCESS_DENIED
230x803D0017 The requested feature is not available on this platform. WS_E_NOT_SUPPORTED
240x803D0018 The HTTP proxy server requires HTTP authentication scheme 'basic'. WS_E_PROXY_REQUIRES_BASIC_AUTH
250x803D0019 The HTTP proxy server requires HTTP authentication scheme 'digest'. WS_E_PROXY_REQUIRES_DIGEST_AUTH
260x803D001A The HTTP proxy server requires HTTP authentication scheme 'NTLM'. WS_E_PROXY_REQUIRES_NTLM_AUTH
270x803D001B The HTTP proxy server requires HTTP authentication scheme 'negotiate'. WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH
280x803D001C The remote endpoint requires HTTP authentication scheme 'basic'. WS_E_SERVER_REQUIRES_BASIC_AUTH
290x803D001D The remote endpoint requires HTTP authentication scheme 'digest'. WS_E_SERVER_REQUIRES_DIGEST_AUTH
300x803D001E The remote endpoint requires HTTP authentication scheme 'NTLM'. WS_E_SERVER_REQUIRES_NTLM_AUTH
310x803D001F The remote endpoint requires HTTP authentication scheme 'negotiate'. WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH
320x803D0020 The endpoint address URL is invalid. WS_E_INVALID_ENDPOINT_URL
330x803D0021 Unrecognized error occured in the Windows Web Services framework. WS_E_OTHER
340x803D0022 A security token was rejected by the server because it has expired. WS_E_SECURITY_TOKEN_EXPIRED
350x803D0023 A security operation failed in the Windows Web Services framework. WS_E_SECURITY_SYSTEM_FAILURE

No comments:

Post a Comment