You are here

constant DB_ERROR_VALUE_COUNT_ON_ROW in Flickr API 5

The number of columns doesn't match the number of values

1 use of DB_ERROR_VALUE_COUNT_ON_ROW
DB_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.

File

phpFlickr/PEAR/DB.php, line 151

Code

define('DB_ERROR_VALUE_COUNT_ON_ROW', -22);