method Console.error
Jump to headingConsole.error(...data: any[]): void
Outputs an error message to the console. This method routes the output to stderr, unlike other console methods that route to stdout.
Examples Jump to heading
Parameters Jump to heading
Jump to heading<span>...data</span>: any[]
Return Type Jump to heading
void