Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update reference/errors/ #10682

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **SessionStorageInitError**: Error when initializing session storageDRIVER ? ` WITH DRIVER ${DRIVER` : ''}. ERROR ?? ''
> Error when initializing session storage with driver `DRIVER`. `ERROR`

## 무엇이 잘못되었나요?
세션 스토리지를 초기화할 수 없을 때 발생합니다.

**더 보기:**
- [experimental.session](/ko/reference/experimental-flags/sessions/)


Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **SessionStorageSaveError**: Error when saving session dataDRIVER ? ` WITH DRIVER ${DRIVER` : ''}. ERROR ?? ''
> Error when saving session data with driver `DRIVER`. `ERROR`

## 무엇이 잘못되었나요?
세션 데이터를 저장할 수 없을 때 발생합니다.

**더 보기:**
- [experimental.session](/ko/reference/experimental-flags/sessions/)


Loading