Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/drive/zzkq.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

43 lines
1.2 KiB
Java

package com.google.android.gms.internal.drive;
import java.io.IOException;
/* loaded from: classes3.dex */
public class zzkq extends IOException {
private zzlq zzsq;
public zzkq(String str) {
super(str);
this.zzsq = null;
}
public final zzkq zzg(zzlq zzlqVar) {
this.zzsq = zzlqVar;
return this;
}
public static zzkq zzdi() {
return new zzkq("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.");
}
public static zzkq zzdj() {
return new zzkq("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
}
public static zzkq zzdk() {
return new zzkq("Protocol message contained an invalid tag (zero).");
}
public static zzkr zzdl() {
return new zzkr("Protocol message tag had invalid wire type.");
}
public static zzkq zzdm() {
return new zzkq("Failed to parse the message.");
}
public static zzkq zzdn() {
return new zzkq("Protocol message had invalid UTF-8.");
}
}