AdapterError interface

Error reported via error events and stored in adapter state.

Extends

Error

Properties

innerError

Error thrown by the failed operation.

target

The operation that failed.

timestamp

Timestamp added to the error in the adapter implementation.

Inherited Properties

message
name
stack

Property Details

innerError

Error thrown by the failed operation.

innerError: Error

Property Value

Error

target

The operation that failed.

target: string

Property Value

string

timestamp

Timestamp added to the error in the adapter implementation.

timestamp: Date

Property Value

Date

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