Site icon EfmSoft

What does NTSTATUS 0xC0190014 (STATUS_TRANSACTION_NOT_REQUESTED) mean?

 
Previous Next
STATUS_TRANSACTION_REQUEST_NOT_VALID STATUS_TRANSACTION_ALREADY_ABORTED

STATUS_TRANSACTION_NOT_REQUESTED

STATUS_TRANSACTION_NOT_REQUESTED means that a caller invoked a response API for which KTM had not issued the corresponding request. It is a protocol-sequencing result: the response cannot be accepted because the expected notification was never delivered to that participant.

It differs from STATUS_TRANSACTION_REQUEST_NOT_VALID. The latter is a broader state-machine rejection; not-requested points specifically to a missing request/notification pair. The notification mask and the actual queue or callback trace are therefore more useful than retrying the response call.

A response does not match KTM’s notification sequence

References


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

Exit mobile version