Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是登录错误响应:
override fun onError(e: Throwable) { ... ...
e:响应:错误:
[size=86 text={"message":"Object reference not set to an instance of an object…]
它应该是这样的:“错误的用户名或密码......”但它不能转换为期望的对象。我还尝试将其转换为自定义对象,但没有成功。有什么解决办法吗?