Error code for "Connection failure" errors.
Technically this is an internal error code that will only be shown in the PDOException message. It will need to get extracted.
const CONNECTION_FAILURE = '08006';