| Anterior | Siguiente |
| STATUS_TRANSACTION_REQUEST_NOT_VALID | STATUS_TRANSACTION_ALREADY_ABORTED |
STATUS_TRANSACTION_NOT_REQUESTED
Qué significa STATUS_TRANSACTION_NOT_REQUESTED
STATUS_TRANSACTION_NOT_REQUESTED indica un mismatch request/response en el protocolo de notifications. Una completion/response llegó sin que KTM hubiera emitido la notificación correspondiente a ese enlistment.
La pista principal es la secuencia de notifications y el notification mask, no el contenido transaccional. Puede revelar callback duplicado, respuesta de una fase anterior o state machine local desincronizado.
Qué comprobar
- Tracee notification → response por enlistment.
- Revise notification mask y callbacks duplicados.
- No envíe completion de una fase no solicitada.
- Corrija ordering antes de retry.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
