HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/errors/lib/errors/pretty-print.d.ts
export interface PrettyPrintableError {
    /**
     * messsage to display related to the error
     */
    message?: string;
    /**
     * a unique error code for this error class
     */
    code?: string;
    /**
     * a url to find out more information related to this error
     * or fixing the error
     */
    ref?: string;
    /**
     * a suggestion that may be useful or provide additional context
     */
    suggestions?: string[];
}
declare type CLIErrorDisplayOptions = {
    name?: string;
    bang?: string;
};
export declare function applyPrettyPrintOptions(error: Error, options: PrettyPrintableError): PrettyPrintableError;
export default function prettyPrint(error: Error & PrettyPrintableError & CLIErrorDisplayOptions): string | undefined;
export {};