package i0.e0.a; import c.d.b.a.a; import i0.x; /* compiled from: Result */ public final class d { public final x a; public final Throwable b; public d(x xVar, Throwable th) { this.a = xVar; this.b = th; } public String toString() { if (this.b != null) { StringBuilder L = a.L("Result{isError=true, error=\""); L.append(this.b); L.append("\"}"); return L.toString(); } StringBuilder L2 = a.L("Result{isError=false, response="); L2.append(this.a); L2.append('}'); return L2.toString(); } }