Home / Type/ ErrorTypes Type — astro Architecture

ErrorTypes Type — astro Architecture

Architecture documentation for the ErrorTypes type/interface in errors.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  b09659b6_fd84_7387_9f6a_9d3c0622761c["ErrorTypes"]
  6040eeed_628d_7649_3de3_370870542dad["errors.ts"]
  b09659b6_fd84_7387_9f6a_9d3c0622761c -->|defined in| 6040eeed_628d_7649_3de3_370870542dad
  style b09659b6_fd84_7387_9f6a_9d3c0622761c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/errors/errors.ts lines 20–27

type ErrorTypes =
	| 'AstroError'
	| 'AstroUserError'
	| 'CompilerError'
	| 'CSSError'
	| 'MarkdownError'
	| 'InternalError'
	| 'AggregateError';

Frequently Asked Questions

What is the ErrorTypes type?
ErrorTypes is a type/interface in the astro codebase, defined in packages/astro/src/core/errors/errors.ts.
Where is ErrorTypes defined?
ErrorTypes is defined in packages/astro/src/core/errors/errors.ts at line 20.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free