Home / Function/ GenerateContentTypesError.message() — astro Function Reference

GenerateContentTypesError.message() — astro Function Reference

Architecture documentation for the GenerateContentTypesError.message() function in errors-data.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  81c6e431_25ef_6db3_d763_ac4338701ddf["GenerateContentTypesError.message()"]
  0e25cce4_bb3d_83b8_da61_b3d3cc567b74["errors-data.ts"]
  81c6e431_25ef_6db3_d763_ac4338701ddf -->|defined in| 0e25cce4_bb3d_83b8_da61_b3d3cc567b74
  style 81c6e431_25ef_6db3_d763_ac4338701ddf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/errors/errors-data.ts lines 1576–1577

	message: (errorMessage: string) =>
		`\`astro sync\` command failed to generate content collection types: ${errorMessage}`,

Domain

Subdomains

Frequently Asked Questions

What does GenerateContentTypesError.message() do?
GenerateContentTypesError.message() is a function in the astro codebase, defined in packages/astro/src/core/errors/errors-data.ts.
Where is GenerateContentTypesError.message() defined?
GenerateContentTypesError.message() is defined in packages/astro/src/core/errors/errors-data.ts at line 1576.

Analyze Your Own Codebase

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

Try Supermodel Free