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