OAEP is randomized and self-checking
Before the RSA exponentiation, OAEP mixes the message with a fresh random seed, so encrypting the same text twice never yields the same ciphertext - by design, not a fault. On decryption, OAEP verifies the padding structure; if the wrong key or an edited ciphertext is supplied, the operation fails outright rather than returning corrupted-looking text. You cannot tell a wrong key from a damaged message by the error alone.