Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeVIDEXTRACTOR.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * ErrorCodeVIDEXTRACTOR
8  *
9  * @see \Dcp\Core\vidExtractor\vidExtractor
10  */
12 {
13  /**
14  * @errorCode First argument of getVidsFromRawDoc() must be of type array
15  */
16  const VIDEXTRACTOR0001 = "First argument of getVidsFromRawDoc() must be of type array (found '%s' instead).";
17  /**
18  * @errorCode Missing 'id' field in first argument of getVidsFromRawDoc()
19  */
20  const VIDEXTRACTOR0002 = "Missing 'id' field in first argument of getVidsFromRawDoc().";
21  /**
22  * @errorCode Could not find document with id
23  */
24  const VIDEXTRACTOR0003 = "Could not find document with id '%d'.";
25  /**
26  * @errorCode Attribute not found for family
27  */
28  const VIDEXTRACTOR0004 = "Attribute '%s' not found for family '%s'.";
29 }
← centre documentaire © anakeen