winresult/gen/codes/WS.rs
1// WARNING: this file is auto-generated by xtask gen and may be overwritten
2
3use super::*;
4
5
6/// The function call is completing asynchronously.
7pub const S_ASYNC : HResultSuccess = HResultSuccess::from_constant(0x003D0000); // WS_S_ASYNC
8
9/// There are no more messages available on the channel.
10pub const S_END : HResultSuccess = HResultSuccess::from_constant(0x003D0001); // WS_S_END
11
12/// The input data was not in the expected format or did not have the expected value.
13pub const E_INVALID_FORMAT : HResultError = HResultError::from_constant(0x803D0000); // WS_E_INVALID_FORMAT
14
15/// The operation could not be completed because the object is in a faulted state due to a previous error.
16pub const E_OBJECT_FAULTED : HResultError = HResultError::from_constant(0x803D0001); // WS_E_OBJECT_FAULTED
17
18/// The operation could not be completed because it would lead to numeric overflow.
19pub const E_NUMERIC_OVERFLOW : HResultError = HResultError::from_constant(0x803D0002); // WS_E_NUMERIC_OVERFLOW
20
21/// The operation is not allowed due to the current state of the object.
22pub const E_INVALID_OPERATION : HResultError = HResultError::from_constant(0x803D0003); // WS_E_INVALID_OPERATION
23
24/// The operation was aborted.
25pub const E_OPERATION_ABORTED : HResultError = HResultError::from_constant(0x803D0004); // WS_E_OPERATION_ABORTED
26
27/// Access was denied by the remote endpoint.
28pub const E_ENDPOINT_ACCESS_DENIED : HResultError = HResultError::from_constant(0x803D0005); // WS_E_ENDPOINT_ACCESS_DENIED
29
30/// The operation did not complete within the time allotted.
31pub const E_OPERATION_TIMED_OUT : HResultError = HResultError::from_constant(0x803D0006); // WS_E_OPERATION_TIMED_OUT
32
33/// The operation was abandoned.
34pub const E_OPERATION_ABANDONED : HResultError = HResultError::from_constant(0x803D0007); // WS_E_OPERATION_ABANDONED
35
36/// A quota was exceeded.
37pub const E_QUOTA_EXCEEDED : HResultError = HResultError::from_constant(0x803D0008); // WS_E_QUOTA_EXCEEDED
38
39/// The information was not available in the specified language.
40pub const E_NO_TRANSLATION_AVAILABLE : HResultError = HResultError::from_constant(0x803D0009); // WS_E_NO_TRANSLATION_AVAILABLE
41
42/// Security verification was not successful for the received data.
43pub const E_SECURITY_VERIFICATION_FAILURE : HResultError = HResultError::from_constant(0x803D000A); // WS_E_SECURITY_VERIFICATION_FAILURE
44
45/// The address is already being used.
46pub const E_ADDRESS_IN_USE : HResultError = HResultError::from_constant(0x803D000B); // WS_E_ADDRESS_IN_USE
47
48/// The address is not valid for this context.
49pub const E_ADDRESS_NOT_AVAILABLE : HResultError = HResultError::from_constant(0x803D000C); // WS_E_ADDRESS_NOT_AVAILABLE
50
51/// The remote endpoint does not exist or could not be located.
52pub const E_ENDPOINT_NOT_FOUND : HResultError = HResultError::from_constant(0x803D000D); // WS_E_ENDPOINT_NOT_FOUND
53
54/// The remote endpoint is not currently in service at this location.
55pub const E_ENDPOINT_NOT_AVAILABLE : HResultError = HResultError::from_constant(0x803D000E); // WS_E_ENDPOINT_NOT_AVAILABLE
56
57/// The remote endpoint could not process the request.
58pub const E_ENDPOINT_FAILURE : HResultError = HResultError::from_constant(0x803D000F); // WS_E_ENDPOINT_FAILURE
59
60/// The remote endpoint was not reachable.
61pub const E_ENDPOINT_UNREACHABLE : HResultError = HResultError::from_constant(0x803D0010); // WS_E_ENDPOINT_UNREACHABLE
62
63/// The operation was not supported by the remote endpoint.
64pub const E_ENDPOINT_ACTION_NOT_SUPPORTED : HResultError = HResultError::from_constant(0x803D0011); // WS_E_ENDPOINT_ACTION_NOT_SUPPORTED
65
66/// The remote endpoint is unable to process the request due to being overloaded.
67pub const E_ENDPOINT_TOO_BUSY : HResultError = HResultError::from_constant(0x803D0012); // WS_E_ENDPOINT_TOO_BUSY
68
69/// A message containing a fault was received from the remote endpoint.
70pub const E_ENDPOINT_FAULT_RECEIVED : HResultError = HResultError::from_constant(0x803D0013); // WS_E_ENDPOINT_FAULT_RECEIVED
71
72/// The connection with the remote endpoint was terminated.
73pub const E_ENDPOINT_DISCONNECTED : HResultError = HResultError::from_constant(0x803D0014); // WS_E_ENDPOINT_DISCONNECTED
74
75/// The HTTP proxy server could not process the request.
76pub const E_PROXY_FAILURE : HResultError = HResultError::from_constant(0x803D0015); // WS_E_PROXY_FAILURE
77
78/// Access was denied by the HTTP proxy server.
79pub const E_PROXY_ACCESS_DENIED : HResultError = HResultError::from_constant(0x803D0016); // WS_E_PROXY_ACCESS_DENIED
80
81/// The requested feature is not available on this platform.
82pub const E_NOT_SUPPORTED : HResultError = HResultError::from_constant(0x803D0017); // WS_E_NOT_SUPPORTED
83
84/// The HTTP proxy server requires HTTP authentication scheme 'basic'.
85pub const E_PROXY_REQUIRES_BASIC_AUTH : HResultError = HResultError::from_constant(0x803D0018); // WS_E_PROXY_REQUIRES_BASIC_AUTH
86
87/// The HTTP proxy server requires HTTP authentication scheme 'digest'.
88pub const E_PROXY_REQUIRES_DIGEST_AUTH : HResultError = HResultError::from_constant(0x803D0019); // WS_E_PROXY_REQUIRES_DIGEST_AUTH
89
90/// The HTTP proxy server requires HTTP authentication scheme 'NTLM'.
91pub const E_PROXY_REQUIRES_NTLM_AUTH : HResultError = HResultError::from_constant(0x803D001A); // WS_E_PROXY_REQUIRES_NTLM_AUTH
92
93/// The HTTP proxy server requires HTTP authentication scheme 'negotiate'.
94pub const E_PROXY_REQUIRES_NEGOTIATE_AUTH : HResultError = HResultError::from_constant(0x803D001B); // WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH
95
96/// The remote endpoint requires HTTP authentication scheme 'basic'.
97pub const E_SERVER_REQUIRES_BASIC_AUTH : HResultError = HResultError::from_constant(0x803D001C); // WS_E_SERVER_REQUIRES_BASIC_AUTH
98
99/// The remote endpoint requires HTTP authentication scheme 'digest'.
100pub const E_SERVER_REQUIRES_DIGEST_AUTH : HResultError = HResultError::from_constant(0x803D001D); // WS_E_SERVER_REQUIRES_DIGEST_AUTH
101
102/// The remote endpoint requires HTTP authentication scheme 'NTLM'.
103pub const E_SERVER_REQUIRES_NTLM_AUTH : HResultError = HResultError::from_constant(0x803D001E); // WS_E_SERVER_REQUIRES_NTLM_AUTH
104
105/// The remote endpoint requires HTTP authentication scheme 'negotiate'.
106pub const E_SERVER_REQUIRES_NEGOTIATE_AUTH : HResultError = HResultError::from_constant(0x803D001F); // WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH
107
108/// The endpoint address URL is invalid.
109pub const E_INVALID_ENDPOINT_URL : HResultError = HResultError::from_constant(0x803D0020); // WS_E_INVALID_ENDPOINT_URL
110
111/// Unrecognized error occurred in the Windows Web Services framework.
112pub const E_OTHER : HResultError = HResultError::from_constant(0x803D0021); // WS_E_OTHER
113
114/// A security token was rejected by the server because it has expired.
115pub const E_SECURITY_TOKEN_EXPIRED : HResultError = HResultError::from_constant(0x803D0022); // WS_E_SECURITY_TOKEN_EXPIRED
116
117/// A security operation failed in the Windows Web Services framework.
118pub const E_SECURITY_SYSTEM_FAILURE : HResultError = HResultError::from_constant(0x803D0023); // WS_E_SECURITY_SYSTEM_FAILURE