Stay organized with collections
Save and categorize content based on your preferences.
ReviewErrorCode
public
abstract
@interface
ReviewErrorCode
implements
Annotation
com.google.android.play.core.review.model.ReviewErrorCode
|
Error codes for Review API.
Summary
Constants
INTERNAL_ERROR
public static final int INTERNAL_ERROR
Unknown internal error.
Constant Value:
-100
(0xffffff9c)
INVALID_REQUEST
public static final int INVALID_REQUEST
The request is invalid.
Constant Value:
-2
(0xfffffffe)
NO_ERROR
public static final int NO_ERROR
Constant Value:
0
(0x00000000)
PLAY_STORE_NOT_FOUND
public static final int PLAY_STORE_NOT_FOUND
No Play Store app is found on device or an unofficial version is installed.
Constant Value:
-1
(0xffffffff)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ReviewErrorCode\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nReviewErrorCode\n===============\n\n\n`\npublic\n\n\nabstract\n@interface\nReviewErrorCode\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|-----------------------------------------------------------|\n| com.google.android.play.core.review.model.ReviewErrorCode |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nError codes for Review API.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [INTERNAL_ERROR](../../../../../../../../reference/com/google/android/play/core/review/model/ReviewErrorCode.html#INTERNAL_ERROR) Unknown internal error. |\n| `int` | [INVALID_REQUEST](../../../../../../../../reference/com/google/android/play/core/review/model/ReviewErrorCode.html#INVALID_REQUEST) The request is invalid. |\n| `int` | [NO_ERROR](../../../../../../../../reference/com/google/android/play/core/review/model/ReviewErrorCode.html#NO_ERROR) |\n| `int` | [PLAY_STORE_NOT_FOUND](../../../../../../../../reference/com/google/android/play/core/review/model/ReviewErrorCode.html#PLAY_STORE_NOT_FOUND) No Play Store app is found on device or an unofficial version is installed. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### INTERNAL_ERROR\n\n```\npublic static final int INTERNAL_ERROR\n```\n\nUnknown internal error.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n-100\n(0xffffff9c)\n\n\n### INVALID_REQUEST\n\n```\npublic static final int INVALID_REQUEST\n```\n\nThe request is invalid.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n-2\n(0xfffffffe)\n\n\n### NO_ERROR\n\n```\npublic static final int NO_ERROR\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### PLAY_STORE_NOT_FOUND\n\n```\npublic static final int PLAY_STORE_NOT_FOUND\n```\n\nNo Play Store app is found on device or an unofficial version is installed.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n-1\n(0xffffffff)"]]