failedToDecodeTransportDiagnostics

data class failedToDecodeTransportDiagnostics(error: Throwable) : DittoError.TransportErrorReason

Decoding of transport diagnostics data failed.

Constructors

failedToDecodeTransportDiagnostics
Link copied to clipboard
fun failedToDecodeTransportDiagnostics(error: Throwable)

Properties

error
Link copied to clipboard
val error: Throwable