ReviewError

sealed class ReviewError : Exception(source)

Represents errors that can occur during the review process

Inheritors

Types

Link copied to clipboard
class GenericError(message: String, cause: Throwable? = null) : ReviewError

Generic error

Link copied to clipboard
class LaunchFlowError(cause: Throwable? = null) : ReviewError

Error occurred while launching the review flow

Link copied to clipboard

Google Play Services not available

Link copied to clipboard
class RequestFlowError(val errorCode: Int, cause: Throwable? = null) : ReviewError

Error occurred while requesting the review flow

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard