Files
rr3-apk/smali_classes3/com/google/android/ump/FormError.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

56 lines
1.2 KiB
Smali

.class public Lcom/google/android/ump/FormError;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/FormError$ErrorCode;
}
.end annotation
# instance fields
.field public final zza:I
.field public final zzb:Ljava/lang/String;
# direct methods
.method public constructor <init>(ILjava/lang/String;)V
.locals 0
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/google/android/ump/FormError;->zza:I
iput-object p2, p0, Lcom/google/android/ump/FormError;->zzb:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getErrorCode()I
.locals 1
iget v0, p0, Lcom/google/android/ump/FormError;->zza:I
return v0
.end method
.method public getMessage()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/ump/FormError;->zzb:Ljava/lang/String;
return-object v0
.end method