incorrectPlatformTransportConfig

data class incorrectPlatformTransportConfig(error: String) : DittoError.TransportErrorReason

The wrong platform's DittoTransportConfig was provided..

Constructors

incorrectPlatformTransportConfig
Link copied to clipboard
fun incorrectPlatformTransportConfig(error: String)

Properties

error
Link copied to clipboard
val error: String