package com.ironsource;
/* loaded from: classes4.dex */
public class eg {
    public static final int c = 1001;

    /* renamed from: a  reason: collision with root package name */
    private String f2299a;
    private int b;

    public eg(int i, String str) {
        this.b = i;
        this.f2299a = str == null ? "" : str;
    }

    public int a() {
        return this.b;
    }

    public String b() {
        return this.f2299a;
    }

    public String toString() {
        return "error - code:" + this.b + ", message:" + this.f2299a;
    }
}
