LogsErrorInfo interface

The code and message for an error.

Extends

Error

Properties

code

A machine readable error code.

Inherited Properties

message
name
stack

Property Details

code

A machine readable error code.

code: string

Property Value

string

Inherited Property Details

message

message: string

Property Value

string

Inherited From Error.message

name

name: string

Property Value

string

Inherited From Error.name

stack

stack?: string

Property Value

string

Inherited From Error.stack