Files
rr3-apk/smali_classes2/com/ea/nimble/mtx/NimbleMTXError$Code.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

503 lines
16 KiB
Smali

.class public final enum Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ea/nimble/mtx/NimbleMTXError;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Code"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/ea/nimble/mtx/NimbleMTXError$Code;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum BILLING_NOT_AVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum EMPTY_BILLING_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum EMPTY_SYNERGY_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum ERROR_GETTING_PREPURCHASE_INFO:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum GET_NONCE_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum INTERNAL_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum INVALID_SERVER_RESPONSE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum INVALID_SKU:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum INVALID_TRANSACTION_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum ITEM_ALREADY_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum ITEM_NOT_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum ITEM_TYPE_NOT_MATCH:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum ITEM_UNAVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum NON_CRITICAL_INTERRUPTION:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum PLATFORM_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum TRANSACTION_DEFERRED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum TRANSACTION_NOT_RESUMABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum TRANSACTION_PENDING:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum TRANSACTION_SUPERSEDED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum UNABLE_TO_CONSTRUCT_REQUEST:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum UNRECOGNIZED_TRANSACTION_ID:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum USER_CANCELED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.field public static final enum VERIFICATION_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
# instance fields
.field private m_value:I
# direct methods
.method private static synthetic $values()[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.locals 23
sget-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->BILLING_NOT_AVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v1, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_ALREADY_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v2, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_NOT_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v3, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->USER_CANCELED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v4, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->VERIFICATION_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v5, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->GET_NONCE_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v6, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->NON_CRITICAL_INTERRUPTION:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v7, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INTERNAL_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v8, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_PENDING:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v9, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_NOT_RESUMABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v10, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->UNRECOGNIZED_TRANSACTION_ID:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v11, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_TRANSACTION_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v12, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->UNABLE_TO_CONSTRUCT_REQUEST:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v13, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->PLATFORM_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v14, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_SERVER_RESPONSE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v15, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ERROR_GETTING_PREPURCHASE_INFO:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v16, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_UNAVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v17, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_SKU:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v18, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_DEFERRED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v19, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_SUPERSEDED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v20, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->EMPTY_SYNERGY_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v21, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->EMPTY_BILLING_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
sget-object v22, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_TYPE_NOT_MATCH:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
filled-new-array/range {v0 .. v22}, [Lcom/ea/nimble/mtx/NimbleMTXError$Code;
move-result-object v0
return-object v0
.end method
.method static constructor <clinit>()V
.locals 4
.line 9
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x0
const/16 v2, 0x4e20
const-string v3, "BILLING_NOT_AVAILABLE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->BILLING_NOT_AVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 10
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x1
const/16 v2, 0x4e21
const-string v3, "ITEM_ALREADY_OWNED"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_ALREADY_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 11
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x2
const/16 v2, 0x4e22
const-string v3, "ITEM_NOT_OWNED"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_NOT_OWNED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 12
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x3
const/16 v2, 0x4e23
const-string v3, "USER_CANCELED"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->USER_CANCELED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 13
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x4
const/16 v2, 0x4e24
const-string v3, "VERIFICATION_ERROR"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->VERIFICATION_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 14
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x5
const/16 v2, 0x4e25
const-string v3, "GET_NONCE_ERROR"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->GET_NONCE_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 15
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x6
const/16 v2, 0x4e26
const-string v3, "NON_CRITICAL_INTERRUPTION"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->NON_CRITICAL_INTERRUPTION:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 16
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/4 v1, 0x7
const/16 v2, 0x4e27
const-string v3, "INTERNAL_STATE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INTERNAL_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 17
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x8
const/16 v2, 0x4e28
const-string v3, "TRANSACTION_PENDING"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_PENDING:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 18
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x9
const/16 v2, 0x4e29
const-string v3, "TRANSACTION_NOT_RESUMABLE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_NOT_RESUMABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 19
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xa
const/16 v2, 0x4e2a
const-string v3, "UNRECOGNIZED_TRANSACTION_ID"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->UNRECOGNIZED_TRANSACTION_ID:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 20
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xb
const/16 v2, 0x4e2b
const-string v3, "INVALID_TRANSACTION_STATE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_TRANSACTION_STATE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 21
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xc
const/16 v2, 0x4e2c
const-string v3, "UNABLE_TO_CONSTRUCT_REQUEST"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->UNABLE_TO_CONSTRUCT_REQUEST:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 22
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xd
const/16 v2, 0x4e2d
const-string v3, "PLATFORM_ERROR"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->PLATFORM_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 23
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xe
const/16 v2, 0x4e2e
const-string v3, "INVALID_SERVER_RESPONSE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_SERVER_RESPONSE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 24
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0xf
const/16 v2, 0x4e2f
const-string v3, "ERROR_GETTING_PREPURCHASE_INFO"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ERROR_GETTING_PREPURCHASE_INFO:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 25
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x10
const/16 v2, 0x4e30
const-string v3, "ITEM_UNAVAILABLE"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_UNAVAILABLE:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 26
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x11
const/16 v2, 0x4e31
const-string v3, "INVALID_SKU"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->INVALID_SKU:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 27
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x12
const/16 v2, 0x4e32
const-string v3, "TRANSACTION_DEFERRED"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_DEFERRED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 28
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x13
const/16 v2, 0x4e33
const-string v3, "TRANSACTION_SUPERSEDED"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->TRANSACTION_SUPERSEDED:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 29
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x14
const/16 v2, 0x4e34
const-string v3, "EMPTY_SYNERGY_CATALOG"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->EMPTY_SYNERGY_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 30
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x15
const/16 v2, 0x4e35
const-string v3, "EMPTY_BILLING_CATALOG"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->EMPTY_BILLING_CATALOG:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 32
new-instance v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const/16 v1, 0x16
const/16 v2, 0x4e45
const-string v3, "ITEM_TYPE_NOT_MATCH"
invoke-direct {v0, v3, v1, v2}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->ITEM_TYPE_NOT_MATCH:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 7
invoke-static {}, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->$values()[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
move-result-object v0
sput-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->$VALUES:[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 35
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->m_value:I
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.locals 1
const-class v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 7
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;
return-object p0
.end method
.method public static values()[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.locals 1
sget-object v0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->$VALUES:[Lcom/ea/nimble/mtx/NimbleMTXError$Code;
.line 7
invoke-virtual {v0}, [Lcom/ea/nimble/mtx/NimbleMTXError$Code;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/ea/nimble/mtx/NimbleMTXError$Code;
return-object v0
.end method
# virtual methods
.method public intValue()I
.locals 1
iget v0, p0, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->m_value:I
return v0
.end method