Skip to content

Home > vue-metamorph > ErrorReport

ErrorReport type ​

An error that occurred while parsing a file or running a plugin against it.

Signature:

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