ErrorEventPayload Type — astro Architecture
Architecture documentation for the ErrorEventPayload type/interface in error.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD ea9e8398_ed12_86ec_ce02_fcba426e3bf1["ErrorEventPayload"] 2bf4188d_3294_32f2_7216_e6a2a60569ef["error.ts"] ea9e8398_ed12_86ec_ce02_fcba426e3bf1 -->|defined in| 2bf4188d_3294_32f2_7216_e6a2a60569ef style ea9e8398_ed12_86ec_ce02_fcba426e3bf1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/events/error.ts lines 7–13
interface ErrorEventPayload {
name: string;
isFatal: boolean;
plugin?: string | undefined;
cliCommand: string;
anonymousMessageHint?: string | undefined;
}
Defined In
Source
Frequently Asked Questions
What is the ErrorEventPayload type?
ErrorEventPayload is a type/interface in the astro codebase, defined in packages/astro/src/events/error.ts.
Where is ErrorEventPayload defined?
ErrorEventPayload is defined in packages/astro/src/events/error.ts at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free