OtaProtocolException

Types

Link copied to clipboard
class CommandFailed(val command: OtaCommand, val response: OtaResponse.Error) : OtaProtocolException
Link copied to clipboard
class ConnectionFailed(message: String, cause: Throwable? = null) : OtaProtocolException
Link copied to clipboard
class HashRejected(val providedHash: String) : OtaProtocolException
Link copied to clipboard
Link copied to clipboard
class TransferFailed(message: String, cause: Throwable? = null) : OtaProtocolException
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?