REFERENCE_DNE_ERROR() — astro Function Reference
Architecture documentation for the REFERENCE_DNE_ERROR() function in errors.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 537ef5af_afad_e92e_3f44_9278bbfb16c2["REFERENCE_DNE_ERROR()"] a8f82b98_ee2e_27ec_9847_3e96aeedc4ee["errors.ts"] 537ef5af_afad_e92e_3f44_9278bbfb16c2 -->|defined in| a8f82b98_ee2e_27ec_9847_3e96aeedc4ee style 537ef5af_afad_e92e_3f44_9278bbfb16c2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/db/src/runtime/errors.ts lines 21–25
export const REFERENCE_DNE_ERROR = (columnName: string) => {
return `Column ${colors.bold(
columnName,
)} references a table that does not exist. Did you apply the referenced table to the \`tables\` object in your db config?`;
};
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does REFERENCE_DNE_ERROR() do?
REFERENCE_DNE_ERROR() is a function in the astro codebase, defined in packages/db/src/runtime/errors.ts.
Where is REFERENCE_DNE_ERROR() defined?
REFERENCE_DNE_ERROR() is defined in packages/db/src/runtime/errors.ts at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free