mobile-buy-sdk-android: BuyClientError does not provide any underlying error

When I try to create user with existing id or password with length less than 5, earlier it used to provide json with both errors through getErrors() but now suddenly it has stopped and it does not provide any info about the error.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

error.getType should be ERROR_TYPE_API. error.getRetrofitResponse().code() can be used to get the exact error code.