# return await response.error_res(auth_token=auth_token, auth_type='NOMAL', msg_title='사용자 인증 에러', msg_content='사용자 인증 정보가 정확하지 않습니다. 관리자에게 문의해주세요.', data={})
returnawaitresponse.error_res(auth_token=auth_token,auth_type='NOMAL',msg_title='User Authentication Error',msg_content='User authentication information is incorrect. Please contact the administrator.',data={})
# return await response.error_res(auth_token=auth_token, auth_type='NOMAL', msg_title='데이터 에러', msg_content='데이터 처리 장애가 발생했습니다. 요청정보를 정확히 입력했는지 확인해주세요.', data={})
returnawaitresponse.error_res(auth_token=auth_token,auth_type='NOMAL',msg_title='Data Error',msg_content='Data processing error occurred. Please check if the requested information is entered correctly.',data={})
# return await response.error_res(auth_token=auth_token, auth_type='NOMAL', msg_title='사용자 인증 에러', msg_content='사용자 인증 정보가 정확하지 않습니다. 관리자에게 문의해주세요.', data={})
returnawaitresponse.error_res(auth_token=auth_token,auth_type='NOMAL',msg_title='User Authentication Error',msg_content='User authentication information is incorrect. Please contact the administrator.',data={})