The following are custom error codes for PHP driver:
| Error code number | Error code | Error message | Supported versions |
| -2001 | CUBRID_ER_NO_MORE_MEMORY | Memory allocation error | 8.2.2/8.3.0 |
| -2002 | CUBRID_ER_INVALID_SQL_TYPE | Invalid API call | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2003 | CUBRID_ER_CANNOT_GET_COLUMN_INFO | Cannot get column info | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2004 | CUBRID_ER_INIT_ARRAY_FAIL | Array initializing error | 8.2.2/8.3.0 |
| -2005 | CUBRID_ER_UNKNOWN_TYPE | Unknown column type | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2006 | CUBRID_ER_INVALID_PARAM | Invalid parameter | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2007 | CUBRID_ER_INVALID_ARRAY_TYPE | Invalid array type | 8.2.2/8.3.0/8.3.1/8.4.0 |
| -2008 | CUBRID_ER_NOT_SUPPORTED_TYPE | Invalid type | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2009 | CUBRID_ER_OPEN_FILE | File open error | 8.2.2/8.3.0 |
| -2010 | CUBRID_ER_CREATE_TEMP_FILE | Temporary file open error | 8.2.2/8.3.0 |
| -2011 | CUBRID_ER_TRANSFER_FAIL | Glo transfering error | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2012 | CUBRID_ER_PHP | PHP error | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2013 | CUBRID_ER_REMOVE_FILE | Error removing file | 8.2.2/8.3.0 |
| -2014 | CUBRID_ER_SQL_UNPREPARE | SQL statement not prepared | 8.2.2/8.3.0/8.3.1/8.4.0 |
| -2015 | CUBRID_ER_PARAM_UNBIND | Some parameter not binded | 8.2.2/8.3.0/8.3.1/8.4.0/8.4.1 |
| -2016 | CUBRID_ER_PLACEHOLDER_TYPE | Invalid placeholder for prepare statement, use named or positional only | 8.3.1/8.4.0/8.4.1 |
| -2017 | CUBRID_ER_NAMED_PLACEHOLDER_FORMAT | Invalid variable name for named placeholder | 8.3.1/8.4.0/8.4.1 |
| -2018 | CUBRID_ER_NAMED_PLACEHOLDER_LEN | Length of named placeholder can't be more that 32 | 8.3.1/8.4.0/8.4.1 |
| -2019 | CUBRID_ER_NAMED_PLACEHOLDER_SAME | Same named placeholder can't be used multi-times in a prepare statement | 8.3.1/8.4.0/8.4.1 |
| -2020 | CUBRID_ER_NAMED_PLACEHOLDER_NOT_EXISTS | Named placeholder used can't be found in prepare statement | 8.3.1/8.4.0/8.4.1 |
| -2021 | CUBRID_ER_QUOTES_MATCH | Quotes in prepare statement don't match | 8.3.1/8.4.0/8.4.1 |
| -2022 | CUBRID_ER_INVALID_PARAM_TYPE | Invalid db parameter type | 8.4.0/8.4.1 |
| -2023 | CUBRID_ER_INVALID_PARAM_VALUE | Invalid db parameter value | 8.4.0 |