Skip to content

CustomStackTraceErrorConstructorParams

Parameters for the CustomStackTraceError constructor.

Import:

import type { CustomStackTraceErrorConstructorParams } from 'obsidian-dev-utils/error';

Signature:

export interface CustomStackTraceErrorConstructorParams

Properties

PropertyTypeDescription
causeunknownThe cause of the error.
messagestringThe message of the error.
stackTracestringThe stack trace of the error.