KC's Workspace
    Preparing search index...
    interface StatError {
        code: string;
        message: string;
        path?: string;
        toError(): Error;
    }
    Index

    Properties

    Methods

    Properties

    code: string
    message: string
    path?: string

    Methods