diff --git a/src/content/docs/ko/reference/error-reference.mdx b/src/content/docs/ko/reference/error-reference.mdx index ecda774f93666..54aa7ee051b20 100644 --- a/src/content/docs/ko/reference/error-reference.mdx +++ b/src/content/docs/ko/reference/error-reference.mdx @@ -121,5 +121,6 @@ import DontEditWarning from '~/components/DontEditWarning.astro' - [**ActionsWithoutServerOutputError**](/ko/reference/errors/actions-without-server-output-error/)
액션은 서버 출력과 함께 사용해야 합니다. - [**ActionsUsedWithForGetError**](/ko/reference/errors/actions-used-with-for-get-error/)
양식에서 잘못된 Action 쿼리 문자열을 전달했습니다. +- [**ActionsReturnedInvalidDataError**](/ko/reference/errors/actions-returned-invalid-data-error/)
액션 핸들러가 잘못된 데이터를 반환했습니다. - [**ActionQueryStringInvalidError**](/ko/reference/errors/action-query-string-invalid-error/)
양식에서 잘못된 Action 쿼리 문자열을 전달했습니다. - [**ActionCalledFromServerError**](/ko/reference/errors/action-called-from-server-error/)
서버에서 예기치 않은 액션이 호출되었습니다. \ No newline at end of file