This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
1 | 0x80320001 | The callout does not exist. | FWP_E_CALLOUT_NOT_FOUND |
2 | 0x80320002 | The filter condition does not exist. | FWP_E_CONDITION_NOT_FOUND |
3 | 0x80320003 | The filter does not exist. | FWP_E_FILTER_NOT_FOUND |
4 | 0x80320004 | The layer does not exist. | FWP_E_LAYER_NOT_FOUND |
5 | 0x80320005 | The provider does not exist. | FWP_E_PROVIDER_NOT_FOUND |
6 | 0x80320006 | The provider context does not exist. | FWP_E_PROVIDER_CONTEXT_NOT_FOUND |
7 | 0x80320007 | The sublayer does not exist. | FWP_E_SUBLAYER_NOT_FOUND |
8 | 0x80320008 | The object does not exist. | FWP_E_NOT_FOUND |
9 | 0x80320009 | An object with that GUID or LUID already exists. | FWP_E_ALREADY_EXISTS |
10 | 0x8032000A | The object is referenced by other objects so cannot be deleted. | FWP_E_IN_USE |
11 | 0x8032000B | The call is not allowed from within a dynamic session. | FWP_E_DYNAMIC_SESSION_IN_PROGRESS |
12 | 0x8032000C | The call was made from the wrong session so cannot be completed. | FWP_E_WRONG_SESSION |
13 | 0x8032000D | The call must be made from within an explicit transaction. | FWP_E_NO_TXN_IN_PROGRESS |
14 | 0x8032000E | The call is not allowed from within an explicit transaction. | FWP_E_TXN_IN_PROGRESS |
15 | 0x8032000F | The explicit transaction has been forcibly cancelled. | FWP_E_TXN_ABORTED |
16 | 0x80320010 | The session has been cancelled. | FWP_E_SESSION_ABORTED |
17 | 0x80320011 | The call is not allowed from within a read-only transaction. | FWP_E_INCOMPATIBLE_TXN |
18 | 0x80320012 | The call timed out while waiting to acquire the transaction lock. | FWP_E_TIMEOUT |
19 | 0x80320013 | Collection of network diagnostic events is disabled. | FWP_E_NET_EVENTS_DISABLED |
20 | 0x80320014 | The operation is not supported by the specified layer. | FWP_E_INCOMPATIBLE_LAYER |
21 | 0x80320015 | The call is allowed for kernel-mode callers only. | FWP_E_KM_CLIENTS_ONLY |
22 | 0x80320016 | The call tried to associate two objects with incompatible lifetimes. | FWP_E_LIFETIME_MISMATCH |
23 | 0x80320017 | The object is built in so cannot be deleted. | FWP_E_BUILTIN_OBJECT |
24 | 0x80320018 | The maximum number of callouts has been reached. | FWP_E_TOO_MANY_CALLOUTS |
25 | 0x80320019 | A notification could not be delivered because a message queue is at its maximum capacity. | FWP_E_NOTIFICATION_DROPPED |
26 | 0x8032001A | The traffic parameters do not match those for the security association context. | FWP_E_TRAFFIC_MISMATCH |
27 | 0x8032001B | The call is not allowed for the current security association state. | FWP_E_INCOMPATIBLE_SA_STATE |
28 | 0x8032001C | A required pointer is null. | FWP_E_NULL_POINTER |
29 | 0x8032001D | An enumerator is not valid. | FWP_E_INVALID_ENUMERATOR |
30 | 0x8032001E | The flags field contains an invalid value. | FWP_E_INVALID_FLAGS |
31 | 0x8032001F | A network mask is not valid. | FWP_E_INVALID_NET_MASK |
32 | 0x80320020 | An FWP_RANGE is not valid. | FWP_E_INVALID_RANGE |
33 | 0x80320021 | The time interval is not valid. | FWP_E_INVALID_INTERVAL |
34 | 0x80320022 | An array that must contain at least one element is zero length. | FWP_E_ZERO_LENGTH_ARRAY |
35 | 0x80320023 | The displayData.name field cannot be null. | FWP_E_NULL_DISPLAY_NAME |
36 | 0x80320024 | The action type is not one of the allowed action types for a filter. | FWP_E_INVALID_ACTION_TYPE |
37 | 0x80320025 | The filter weight is not valid. | FWP_E_INVALID_WEIGHT |
38 | 0x80320026 | A filter condition contains a match type that is not compatible with the operands. | FWP_E_MATCH_TYPE_MISMATCH |
39 | 0x80320027 | An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. | FWP_E_TYPE_MISMATCH |
40 | 0x80320028 | An integer value is outside the allowed range. | FWP_E_OUT_OF_BOUNDS |
41 | 0x80320029 | A reserved field is non-zero. | FWP_E_RESERVED |
42 | 0x8032002A | A filter cannot contain multiple conditions operating on a single field. | FWP_E_DUPLICATE_CONDITION |
43 | 0x8032002B | A policy cannot contain the same keying module more than once. | FWP_E_DUPLICATE_KEYMOD |
44 | 0x8032002C | The action type is not compatible with the layer. | FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER |
45 | 0x8032002D | The action type is not compatible with the sublayer. | FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER |
46 | 0x8032002E | The raw context or the provider context is not compatible with the layer. | FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER |
47 | 0x8032002F | The raw context or the provider context is not compatible with the callout. | FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT |
48 | 0x80320030 | The authentication method is not compatible with the policy type. | FWP_E_INCOMPATIBLE_AUTH_METHOD |
49 | 0x80320031 | The Diffie-Hellman group is not compatible with the policy type. | FWP_E_INCOMPATIBLE_DH_GROUP |
50 | 0x80320032 | An IKE policy cannot contain an Extended Mode policy. | FWP_E_EM_NOT_SUPPORTED |
51 | 0x80320033 | The enumeration template or subscription will never match any objects. | FWP_E_NEVER_MATCH |
52 | 0x80320034 | The provider context is of the wrong type. | FWP_E_PROVIDER_CONTEXT_MISMATCH |
53 | 0x80320035 | The parameter is incorrect. | FWP_E_INVALID_PARAMETER |
54 | 0x80320036 | The maximum number of sublayers has been reached. | FWP_E_TOO_MANY_SUBLAYERS |
55 | 0x80320037 | The notification function for a callout returned an error. | FWP_E_CALLOUT_NOTIFICATION_FAILED |
56 | 0x80320038 | The IPsec authentication transform is not valid. | FWP_E_INVALID_AUTH_TRANSFORM |
57 | 0x80320039 | The IPsec cipher transform is not valid. | FWP_E_INVALID_CIPHER_TRANSFORM |
58 | 0x8032003A | The IPsec cipher transform is not compatible with the policy. | FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM |
59 | 0x8032003B | The combination of IPsec transform types is not valid. | FWP_E_INVALID_TRANSFORM_COMBINATION |
60 | 0x8032003C | A policy cannot contain the same auth method more than once. | FWP_E_DUPLICATE_AUTH_METHOD |
61 | 0x8032003D | A tunnel endpoint configuration is invalid. | FWP_E_INVALID_TUNNEL_ENDPOINT |
62 | 0x8032003E | The WFP MAC Layers are not ready. | FWP_E_L2_DRIVER_NOT_READY |
63 | 0x8032003F | A key manager capable of key dictation is already registered | FWP_E_KEY_DICTATOR_ALREADY_REGISTERED |
64 | 0x80320040 | A key manager dictated invalid keys | FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL |
65 | 0x80320041 | The BFE IPsec Connection Tracking is disabled. | FWP_E_CONNECTIONS_DISABLED |
66 | 0x80320042 | The DNS name is invalid. | FWP_E_INVALID_DNS_NAME |
67 | 0x80320043 | The engine option is still enabled due to other configuration settings. | FWP_E_STILL_ON |
260 | 0x80320104 | The packet should be dropped, no ICMP should be sent. | FWP_E_DROP_NOICMP |
No comments:
Post a Comment