Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When LISA's client (DAC Manager, UI) will request to uninstall application which is currently used (locked) by AWC following error will be returned:

Code Block
languagejsonyml
{
  "code": 1009,
  "message": "ERROR_APP_ACTIVE"
}

...

If AWC will try to activate (lock) application during ongoing uninstallation procedure, following error will be returned

Code Block
languagejsonyml
{
  "code": 1010,
  "message": "ERROR_APP_UNINSTALLING"
}

...