From 408244da34869ec6174d8c9a6617da87164dbdb2 Mon Sep 17 00:00:00 2001 From: Andre Detsch Date: Fri, 24 Oct 2025 10:23:16 -0300 Subject: [PATCH] ug: Document return code 80 of aktualizr-lite install command Code can be returned when applications data is not present, and was missing from the documentation. Signed-off-by: Andre Detsch --- source/user-guide/custom-sota-client.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/user-guide/custom-sota-client.rst b/source/user-guide/custom-sota-client.rst index bf9abdc2..59f68731 100644 --- a/source/user-guide/custom-sota-client.rst +++ b/source/user-guide/custom-sota-client.rst @@ -420,6 +420,8 @@ This is indicated by the command exit code. - Unable to perform operation: there is an installation that needs completion - *50*: Failure - Target download data not found. Make sure to call pull operation first +- *80*: Failure + - Unable to install target, missing application data. Make sure to pull target first - *110*: Failure - Installation failed, rollback done successfully - *120*: Failure