InvalidZipFilePath

data class InvalidZipFilePath(val path: String) : ExpoFpError

Passed zip file path is incorrect.

Important: Zip file must be named <expokey>_<version>.zip to identify the plan.

Parameters

path

the provided zip file path

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard