Skip to content

Home > vue-metamorph > ErrorReport

ErrorReport type

An error that was encountered during parsing or plugin execution

Signature:

typescript
export type ErrorReport = {
    error: Error;
    filename: string;
};