Overrides StyleInterface::error
public function error(string|array $message) : void { $this->block($message, 'ERROR', 'fg=white;bg=red', ' ', true); }