UnsupportedVersion

data class UnsupportedVersion(val version: Int) : HeaderParseResult.Failure

The version found in the backup is not supported. Either too old, or too new.

Constructors

Link copied to clipboard
constructor(version: Int)

Properties

Link copied to clipboard
val version: Int