Skip to content

Commit

Permalink
i18n(ko-KR): update error-reference.mdx (#9568)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Oct 6, 2024
1 parent 41b4bf7 commit 6a5290a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/ko/reference/error-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
## 콘텐츠 컬렉션 오류

- [**UnknownContentCollectionError**](/ko/reference/errors/unknown-content-collection-error/)<br/>알 수 없는 콘텐츠 컬렉션 오류입니다.
- [**RenderUndefinedEntryError**](/ko/reference/errors/render-undefined-entry-error/)<br/>정의되지 않은 콘텐츠 컬렉션 항목을 렌더링하려고 했습니다.
- [**GetEntryDeprecationError**](/ko/reference/errors/get-entry-deprecation-error/)<br/>`getDataEntryById` 또는 `getEntryBySlug` 함수를 잘못 사용했습니다.
- [**InvalidContentEntryFrontmatterError**](/ko/reference/errors/invalid-content-entry-frontmatter-error/)<br/>콘텐츠 항목 프런트매터가 스키마와 일치하지 않습니다.
- [**InvalidContentEntrySlugError**](/ko/reference/errors/invalid-content-entry-slug-error/)<br/>잘못된 콘텐츠 항목 슬러그입니다.
Expand Down

0 comments on commit 6a5290a

Please sign in to comment.