Skip to content

Latest commit

 

History

History
69 lines (33 loc) · 861 Bytes

File metadata and controls

69 lines (33 loc) · 861 Bytes

Home > server > ErrorHandler > warning

ErrorHandler.warning() method

Logs a formatted warning message to alert about potential issues

Signature:

static warning(message: string, context?: string): void;

Parameters

Parameter

Type

Description

message

string

The warning message to display

context

string

(Optional) Optional context information about the warning

**Returns:**

void