Skip to content
Merged
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
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 @@ -121,5 +121,6 @@ import DontEditWarning from '~/components/DontEditWarning.astro'

- [**ActionsWithoutServerOutputError**](/ko/reference/errors/actions-without-server-output-error/)<br/>액션은 서버 출력과 함께 사용해야 합니다.
- [**ActionsUsedWithForGetError**](/ko/reference/errors/actions-used-with-for-get-error/)<br/>양식에서 잘못된 Action 쿼리 문자열을 전달했습니다.
- [**ActionsReturnedInvalidDataError**](/ko/reference/errors/actions-returned-invalid-data-error/)<br/>액션 핸들러가 잘못된 데이터를 반환했습니다.
- [**ActionQueryStringInvalidError**](/ko/reference/errors/action-query-string-invalid-error/)<br/>양식에서 잘못된 Action 쿼리 문자열을 전달했습니다.
- [**ActionCalledFromServerError**](/ko/reference/errors/action-called-from-server-error/)<br/>서버에서 예기치 않은 액션이 호출되었습니다.