Review Error

The ReviewError struct is designed to simplify handling any errors encountered when attempting to launch an in-app review.

The struct contains a general error code that the google play library categories the issue as and a message describing what may have happened.

FReviewError

Field Type Description
Code EReviewErrorCode The type of error encountered.
Message FString A message further describing what the issue might be.