What does HRESULT 0x400E0006 (MQ_INFORMATION_OPERATION_PENDING) mean?

 
Previous Next
MQ_INFORMATION_DUPLICATE_PROPERTY MQ_INFORMATION_FORMATNAME_BUFFER_TOO_SMALL

MQ_INFORMATION_OPERATION_PENDING

Retry and cleanup

Keep buffers and queue handles alive until the documented completion path runs.

Avoiding a false diagnosis

Do not treat a nonzero informational HRESULT as proof that the primary operation failed. Verify the completed effect and the individual property status. Code-specific condition: asynchronous completion state.

Example

A queue provisioning tool encounters it. It records both the successful primary effect and the property warning, then corrects only the affected field.

References


Looking for a different code? Search another status or error code.