CorruptedData

class CorruptedData(details: String, cause: Throwable? = null) : ModelParsingError(source)

File appears to be corrupted.

Constructors

Link copied to clipboard
constructor(details: String, cause: Throwable? = null)