Error

data class Error(val error: Exception) : InternalTriggerResult(source)

An error occurred and the user will not be shown a paywall.

If the error code is 101, it means that no view could be found to present on. Otherwise a network failure may have occurred.

In these instances, consider falling back to a native paywall.

Constructors

Link copied to clipboard
constructor(error: Exception)

Properties

Link copied to clipboard

Functions

Link copied to clipboard