DownloadingPlanError

data class DownloadingPlanError(val cause: Throwable) : ExpoFpError

Error during downloading and unzipping a plan to cache directory.

Parameters

cause

underlying throwable (non-null)

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard