Ouzo\Db\Dialect\PostgresDialect::getConnectionErrorCodes PHP Method

getConnectionErrorCodes() public method

    public function getConnectionErrorCodes()
    {
        return array('57000', '57014', '57P01', '57P02', '57P03');
    }