Interface MultiOptions

Multi error configuration options

interface MultiOptions {
    causes?: Error | Crash | (Error | Crash)[];
    info?: { date?: Date; subject?: string; [x: string]: any };
    name?: string;
    [x: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [x: string]: unknown

    Other key information from extends error

Properties

Properties

causes?: Error | Crash | (Error | Crash)[]

Errors that caused the creation of this instance

info?: { date?: Date; subject?: string; [x: string]: any }

Extra information error

Type declaration

  • [x: string]: any

    Any other relevant information

  • Optionaldate?: Date

    Date of the error

  • Optionalsubject?: string

    Subject to which the error relates

name?: string

Name of the error, used as a category