my response getting successfully displayed when password and confirm password typed right....but when it mismatched it is not going to else part....not showing toast anything...
don't check the body response error code check for
if(response.code() == 500){ val errorBody = response.errorBody() val json = JSONObject(errorBody) //show toast }