Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 702 Bytes

File metadata and controls

26 lines (18 loc) · 702 Bytes
code type title description
true
page
Constructor | Framework | Core
PluginImplementationError class constructor

PluginImplementationError

Inherits from KuzzleError.

This error object is used on unexpected plugin or application errors.

constructor(message: string, id?: string, code?: number)

Argument Type Description
message
string
Error message
id
string
(optional) Error unique name
code
number
(optional) Error unique code