Обработка ошибок MySQLI PDO

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