package com.applovin.mediation; import androidx.annotation.Nullable; /* loaded from: classes2.dex */ public interface MaxError { @Deprecated String getAdLoadFailureInfo(); int getCode(); int getMediatedNetworkErrorCode(); String getMediatedNetworkErrorMessage(); String getMessage(); long getRequestLatencyMillis(); @Nullable MaxAdWaterfallInfo getWaterfall(); }