Meshtastic App
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Meshtastic App
feature-firmware
/
org.meshtastic.feature.firmware.ota
/
OtaProtocolException
/
CommandFailed
Command
Failed
android
class
CommandFailed
(
val
command
:
OtaCommand
,
val
response
:
OtaResponse.Error
)
:
OtaProtocolException
(
source
)
Members
Constructors
Command
Failed
Link copied to clipboard
android
constructor
(
command
:
OtaCommand
,
response
:
OtaResponse.Error
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
command
Link copied to clipboard
android
val
command
:
OtaCommand
message
Link copied to clipboard
android
open
val
message
:
String
?
response
Link copied to clipboard
android
val
response
:
OtaResponse.Error