errorMessage -> errorJson

This commit is contained in:
Girish Ramakrishnan
2019-08-30 09:45:43 -07:00
parent f25d5b3304
commit 2585282f86
8 changed files with 25 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ var APP_0 = {
id: 'appid-0',
appStoreId: 'appStoreId-0',
installationState: appdb.ISTATE_INSTALLED,
errorMessage: null,
error: null,
runState: appdb.RSTATE_RUNNING,
location: 'some-location-0',
domain: DOMAIN_0.domain,