| Previous | Next |
| WS_E_INVALID_FORMAT | WS_E_NUMERIC_OVERFLOW |
WS_E_OBJECT_FAULTED
WS_E_OBJECT_FAULTED is a Windows Web Services API HRESULT. It means that a channel, listener, reader, writer, or another Windows Web Services object entered a faulted state after a previous failure and cannot complete the requested operation.
What to check
- Find the first failure recorded for the object; the faulted-state result is usually a later symptom.
- Close or reset the affected object according to the API lifecycle before creating a replacement.
- Do not continue sending or receiving through the faulted object as though the operation were retryable in place.
Looking for a different code? Search another status or error code.