package com.google.android.ump;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/* JADX INFO: loaded from: classes2.dex */
@Retention(RetentionPolicy.SOURCE)
public @interface FormError$ErrorCode {
    public static final int INTERNAL_ERROR = 1;
    public static final int INTERNET_ERROR = 2;
    public static final int INVALID_OPERATION = 3;
    public static final int TIME_OUT = 4;
}
