हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ModulePusher.ModulePushError
public
static
class
ModulePusher.ModulePushError
extends HarnessException
Mainline मॉड्यूल को पुश करने के दौरान गंभीर गड़बड़ी हुई.
खास जानकारी
पब्लिक कंस्ट्रक्टर
ModulePushError
public ModulePushError (String message,
ErrorIdentifier errorId)
पैरामीटर |
message |
String |
errorId |
ErrorIdentifier |
ModulePushError
public ModulePushError (String message,
Throwable cause,
ErrorIdentifier errorId)
पैरामीटर |
message |
String |
cause |
Throwable |
errorId |
ErrorIdentifier |
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# ModulePusher.ModulePushError\n============================\n\n\n`\npublic\nstatic\n\n\nclass\nModulePusher.ModulePushError\n`\n\n\n`\n\n\n`\n\n`\n\nextends `[HarnessException](../../../../../../reference/tradefed/com/android/tradefed/error/HarnessException.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|--------------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | [com.android.tradefed.error.HarnessException](../../../../../../reference/tradefed/com/android/tradefed/error/HarnessException.html) ||\n| | ↳ | com.android.tradefed.targetprep.ModulePusher.ModulePushError |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nFatal error during Mainline module push.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[ModulePushError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ModulePusher.ModulePushError.html#ModulePushError(java.lang.String,%20com.android.tradefed.result.error.ErrorIdentifier))`(String message, `[ErrorIdentifier](../../../../../../reference/tradefed/com/android/tradefed/result/error/ErrorIdentifier.html)` errorId) ` |\n| ` `[ModulePushError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ModulePusher.ModulePushError.html#ModulePushError(java.lang.String,%20java.lang.Throwable,%20com.android.tradefed.result.error.ErrorIdentifier))`(String message, Throwable cause, `[ErrorIdentifier](../../../../../../reference/tradefed/com/android/tradefed/result/error/ErrorIdentifier.html)` errorId) ` |\n\nPublic constructors\n-------------------\n\n### ModulePushError\n\n```\npublic ModulePushError (String message, \n ErrorIdentifier errorId)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|--------------------------|\n| `message` | `String` \u003cbr /\u003e |\n| `errorId` | `ErrorIdentifier` \u003cbr /\u003e |\n\n### ModulePushError\n\n```\npublic ModulePushError (String message, \n Throwable cause, \n ErrorIdentifier errorId)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|--------------------------|\n| `message` | `String` \u003cbr /\u003e |\n| `cause` | `Throwable` \u003cbr /\u003e |\n| `errorId` | `ErrorIdentifier` \u003cbr /\u003e |"]]