PDO MySQLI Gestion des erreurs

  $errors = $stmt->errorInfo();
    echo($errors[2]);
adeleyeayodeji