NPM Build Utilities @ 0.3.0-alpha
    Preparing search index...

    Interface InfoInternal

    Basic, structured and parsed information about an error.

    0.2.0-alpha.4

    interface Info {
        cause: unknown;
        details: string | { [key: string]: any };
        message: undefined | string;
        name: string;
        output: BulkMsgs;
        stack: undefined | string;
    }
    Index

    Properties

    cause: unknown
    details: string | { [key: string]: any }
    message: undefined | string
    name: string
    output: BulkMsgs
    stack: undefined | string