Interface CrashOptions

Crash error configuration options

interface CrashOptions {
    cause?: Cause;
    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

cause?: Cause

Error 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