ReviewErrorCode

public abstract @interface ReviewErrorCode
implements Annotation

com.google.android.play.core.review.model.ReviewErrorCode


Error codes for Review API.

Summary

Constants

int INTERNAL_ERROR

Unknown internal error.

int INVALID_REQUEST

The request is invalid.

int NO_ERROR

int PLAY_STORE_NOT_FOUND

No Play Store app is found on device or an unofficial version is installed.

Inherited methods

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)