KC's Workspace
    Preparing search index...
    interface SerializedError {
        cause?: SerializedError;
        message: string;
        name?: string;
        stack?: string;
        stacks?: ParsedStack[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    message: string
    name?: string
    stack?: string
    stacks?: ParsedStack[]