SEP31TransactionNotFoundException
extends Exception
in package
Exception thrown when a requested transaction cannot be found via SEP-31.
This exception is raised when attempting to retrieve a transaction that does not exist or is not accessible. Typically occurs when calling GET /transactions/:id with an invalid or unknown transaction ID. Returns HTTP 404 Not Found.
Common causes:
- Transaction ID does not exist
- Transaction belongs to a different Sending Anchor
- Transaction has been purged from the system