package com.bytedance.sdk.openadsdk.api.init;

/* JADX INFO: loaded from: classes2.dex */
public class PAGBidError {
    private int fm;
    private String ro;

    public PAGBidError(int i10, String str) {
        this.fm = i10;
        this.ro = str;
    }

    public int getCode() {
        return this.fm;
    }

    public String getMessage() {
        return this.ro;
    }
}
