bouzuya.hatenablog.com

ぼうずやのにっき

2017-05-30から1日間の記事一覧

square/retrofit でのエラーハンドリング

Android の通信処理。2017-05-22 にも書いたとおり square/retrofit を使っている。 retrofit のエラーハンドリングはぼくにはやや非直感的だ。 Response クラスの body() と errorBody() が分離されている。 body() 側は自動で変換されるが、 errorBody() …