# 공통 에러 common: success: "Successfully processed." unknown: "An error has occurred." bad_request: "Bad request." null_point: "A null value occurred." illegal_argument: "Invalid argument provided." method_not_allowed: "Unsupported HTTP method." not_found: "No information found." insert_fail: "Registration failed." update_fail: "Edit failed." delete_fail: "Deletion failed." payload_too_large : "File size limit exceeded." duplication_code: "This code already exists." duplication_data: "This data already exists." prohibition_word: "Contains prohibited words." no_change: "Nothing to change." # 네트워크 관련 network: unknown_host: "Request to an unknown host." # SQL 관련 sql: null_value: "Null value violation in SQL query." duplicate_key: "Duplicate key violation in SQL query." data_integrity: "Data integrity violation in SQL query." unknown: "An unknown SQL error occurred." # jwt 인증 관련 jwt: expired: "Login session has expired." signature_invalid: "Invalid token type." insufficient_authentication: "Insufficient authentication information." # 접근 관련 access: denied: "Access is denied." unauthorized: "Unauthorized access." # 사용자 관련 user: signup: id_taken: "The userid is already in use." email_taken: "The email is already in use." mbl_telno_taken: "The mobile phone number is already in use." success: "Registration completed successfully." login: user_not_found: "User information does not exist." invalid_credentials: "Incorrect password." authentication_required: "Authentication request was denied." account_locked: "Account is locked." account_disabled: "Account is disabled." account_expired: "Account has expired." credentials_expired: "Password has expired." logout: success: "You have been logged out." # 파일 관련 file: upload_fail: "File upload failed." # 인증 관련 certify: send_success: "Sent successfully." send_fail: "Failed to send." certify_success: "Certification completed successfully." certify_expired: "Certification has expired." certify_fail: "Certification failed." code_not_match: "Certification code does not match." # 소셜로그인 관련 oauth2: login_error: "Social sign-in failed." access_denied: "User cancelled authentication." invalid_request: "Invalid social sign-in request." unauthorized_client: "Unauthorized client." server_error: "Social authentication server error occurred."