ContentMismatch

data class ContentMismatch(val expected: String, val actual: String) : MTOfflineError

The received content format or type does not match the expected format.

Constructors

constructor(expected: String, actual: String)

Properties

open val cause: Throwable?
open override val message: String