constant DB_ERROR_INVALID_NUMBER in Flickr API 5
A literal number submitted did not match the data type expected
1 use of DB_ERROR_INVALID_NUMBER
- 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 101
Code
define('DB_ERROR_INVALID_NUMBER', -11);