Interface CustomError<D>

Property

error name

Property

error message

Property

error stack trace

Property

error details

Property

hierarchy of extended/parent error names

Type Parameters

  • D = {
        [key: string]: unknown;
    }

Hierarchy

Properties

details?: D
message: string
name: string
names: Names
stack?: string

Generated using TypeDoc