formatConfigErrorMessage() — astro Function Reference
Architecture documentation for the formatConfigErrorMessage() function in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 54689613_153c_977d_3fed_491151b71381["formatConfigErrorMessage()"] 79573a16_7c46_af8f_5c1d_ea09d9ca9085["index.ts"] 54689613_153c_977d_3fed_491151b71381 -->|defined in| 79573a16_7c46_af8f_5c1d_ea09d9ca9085 1bbd6d7d_7355_b89b_685e_873720d72418["createPlugin()"] 1bbd6d7d_7355_b89b_685e_873720d72418 -->|calls| 54689613_153c_977d_3fed_491151b71381 style 54689613_153c_977d_3fed_491151b71381 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/sitemap/src/index.ts lines 57–60
function formatConfigErrorMessage(err: ZodError) {
const errorList = err.issues.map((issue) => ` ${issue.path.join('.')} ${issue.message + '.'}`);
return errorList.join('\n');
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does formatConfigErrorMessage() do?
formatConfigErrorMessage() is a function in the astro codebase, defined in packages/integrations/sitemap/src/index.ts.
Where is formatConfigErrorMessage() defined?
formatConfigErrorMessage() is defined in packages/integrations/sitemap/src/index.ts at line 57.
What calls formatConfigErrorMessage()?
formatConfigErrorMessage() is called by 1 function(s): createPlugin.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free