버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

코드Code

이름Name

설명Description

200

Success

  • 성공Success

400

BadRequest

  • 잘못된 요청

    서버에 전달 된 요청이 잘못된 경우(파싱되지 않는 요청 데이터. 필수 파라미터 부족 or 파라미터 타입 오류) 일 때 발생합니다

    Bad Request

    • Occurs when the request sent to the server is invalid (e.g., unparseable request data, missing required parameters, or parameter type errors).

401

AuthFailure

  • 인증 실패

    자동/수동 로그인 시 전달된 IDP 의 Access Token이 유효하지 않은 경우 발생합니다

    Authentication Failure

    • Occurs when the IDP's Access Token provided during automatic/manual login is invalid.

406

NotExistData

  • 존재하지 않는 데이터를 요청하거나 허용된 범위를 벗어난 요청을 할 때 발생합니다.

  • 예) 존재하지 않는 쿠폰 등록 등의 동작

  • 예) 계정 전환 시 전환을 요청한 계정이 이미 게임에 가입 되어 있는 계정인 경우

    Occurs when requesting non-existent data or making a request outside the allowed range.

    • Examples) Attempting to register a non-existent coupon.

    • Examples) Requesting an account switch to an account that is already registered in the game.

46x ~ 49x

(custom status)

WrongApproach

500, 503

InternalError

  • 서버 시스템 내부 오류

    서버 내부에서 오류가 발생한 경우 발생합니다

    Internal Server Error

    • Occurs when an error happens within the server's internal system.