$db->setErrorMode('continue'|'die'|'stop_all|'stop'); // (self)
function(string $mode) { $this->language->setErrorMode($mode); return $this; }