InvalidFormat

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

File format is invalid or not recognized.

Constructors

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