OtaProtocolException
Exception thrown during OTA protocol operations.
Inheritors
Types
Link copied to clipboard
class CommandFailed(val command: OtaCommand, val response: OtaResponse.Error) : OtaProtocolException
The device returned an error response for a specific OTA command.
Link copied to clipboard
Transport-level connection to the device failed or was lost.
Link copied to clipboard
The device rejected the firmware hash (e.g. NVS partition mismatch).
Link copied to clipboard
An OTA operation did not complete within the expected time window.
Link copied to clipboard
Firmware data transfer did not complete successfully.
Link copied to clipboard
Post-transfer firmware verification failed on the device side.