You are here

constant Connection::UNKNOWN_CHARSET in Drupal 10

Driver-specific error code for "Unknown character set" error.

File

core/modules/mysql/src/Driver/Database/mysql/Connection.php, line 42

Class

Connection
MySQL implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\mysql\Driver\Database\mysql

Code

const UNKNOWN_CHARSET = 1115;