ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - 13019 (0x32DB)
The transport filter is pending deletion.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION (13019, 0x32DB) indicates that a transport filter associated with Internet Protocol Security (IPsec) is currently in the process of being deleted. This status signifies that the deletion operation has been initiated but may not have completed yet.
Error Details
This error typically occurs when an attempt to delete or modify an IPsec transport filter fails because the filter is already undergoing a deletion process. The system will prevent any further changes until the current deletion is complete.
Usage Context
This error code can be encountered in various scenarios where IPsec policies are being managed, such as during policy updates or when manually deleting filters through administrative tools like netsh ipsec or other management interfaces.
Developer Interpretation
When this error is returned, it indicates that the operation to delete an IPsec transport filter cannot proceed because the filter is already in a pending deletion state. Developers should handle such errors by ensuring that they do not attempt to modify filters that are currently being deleted and instead wait for the deletion process to complete.
Related Errors
ERROR_IPSEC_FILTER_NOT_FOUND(13024, 0x3308): Indicates that a filter was not found during an operation.ERROR_IPSEC_POLICY_NOT_FOUND(13025, 0x3309): Indicates that the policy containing the filter could not be located.
FAQ
Q: What does ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION mean?
A: It means that an IPsec transport filter is currently being deleted and cannot be modified or deleted again until the process completes.
Q: How can I resolve this error?
A: Wait for the deletion process to complete before attempting to modify or delete the filter again. Ensure no other operations are in progress on the same filter.
Summary
The ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION (13019) is a specific error code indicating that an IPsec transport filter is pending deletion and cannot be modified further until the process completes. Developers should handle this error by ensuring they do not attempt to modify filters in such a state.