KC's Workspace
    Preparing search index...
    interface ErrorOptions {
        code?: string;
        exitCode?: number;
    }
    Index

    Properties

    Properties

    code?: string

    an id string representing the error

    exitCode?: number

    suggested exit code which could be used with process.exit