PostgreSQL Error Codes for PHP Installation composer require sunaoka/php-postgresql-errors Usage <?php use Sunaoka\PostgresError\PostgresError; echo PostgresError::UNIQUE_VIOLATION; // => 23505