package d1;

/* JADX INFO: loaded from: classes.dex */
public enum c implements V2.c {
    REASON_UNKNOWN(0),
    MESSAGE_TOO_OLD(1),
    CACHE_FULL(2),
    PAYLOAD_TOO_BIG(3),
    MAX_RETRIES_REACHED(4),
    INVALID_PAYLOD(5),
    SERVER_ERROR(6);


    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final int f6043k;

    c(int i) {
        this.f6043k = i;
    }

    @Override // V2.c
    public final int a() {
        return this.f6043k;
    }
}
