Class: LogEntryError
Call defining a log entry error.
Constructors
Constructor
new LogEntryError():
LogEntryError
Returns
LogEntryError
Properties
name
name:
string
The name for the error.
message
message:
string
The message for the error.
source?
optionalsource?:string
The source of the error.
properties?
optionalproperties?:object
Any additional information for the error.
Index Signature
[id: string]: unknown
stack?
optionalstack?:string
The stack trace for the error.