We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
easycodefgo/connector.go
Lines 42 to 65 in 16a77ce
requestToken() 결과가 200 OK 가 아니면 무조건 최대 3회까지 재 요청을 해야함.
requestToken()
3회 이후 토큰을 가져오지 못한 상태로 API 요청 후 서버에서 내려주는 에러 응답 결과를 사용자에게 보여주기 위함.
The text was updated successfully, but these errors were encountered:
API 요청중 토큰 요청 3회 실패 시 응답 개선 (#3)
9c8836c
현재 requestToken() 에러 발생시 사용자에게 에러 정보를 반환하고 있다. 서버에서 정제된 에러 응답 데이터(CF-00401)로 반환되어야 하기 때문에 토큰 요청 에러가 발생해도 API 요청까지 도달하도록 개선. 추가로 불필요한 sleep 로직 제거.
No branches or pull requests
easycodefgo/connector.go
Lines 42 to 65 in 16a77ce
requestToken()
결과가 200 OK 가 아니면 무조건 최대 3회까지 재 요청을 해야함.3회 이후 토큰을 가져오지 못한 상태로 API 요청 후 서버에서 내려주는 에러 응답 결과를 사용자에게 보여주기 위함.
The text was updated successfully, but these errors were encountered: