You are here

constant DB_ERROR_NOT_FOUND in Flickr API 5

An identifier in the query refers to a non-existant object

4 uses of DB_ERROR_NOT_FOUND
DB::connect in phpFlickr/PEAR/DB.php
Create a new DB object including a connection to the specified database
DB::factory in phpFlickr/PEAR/DB.php
Create a new DB object for the specified database type but don't connect to the database
DB_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.
DB_storage::setup in phpFlickr/PEAR/DB/storage.php
Method used to initialize a DB_storage object from the configured table.

File

phpFlickr/PEAR/DB.php, line 66

Code

define('DB_ERROR_NOT_FOUND', -4);