private String getResponseBody() {
   if (error != null) {
     return error.toString();
   }
   return null;
 }