IncompatibilityError

@JsonClass(generateAdapter = true)
data class IncompatibilityError(val devMessage: String) : Callback.Reason

Functionality is differently implemented on client and server side, i.e. property name renamed, or function removed from API

Constructors

Link copied to clipboard
constructor(devMessage: String)

Properties

Link copied to clipboard
open override val devMessage: String

Message used to describe the reason why functionality is not available