Bug 1730547 - Return exact error instead of generic one. r=dom-storage-reviewers,jstutte

Differential Revision: https://phabricator.services.mozilla.com/D164707
This commit is contained in:
Jan Rio Krause 2023-01-10 17:16:17 +00:00
Родитель 0564edd687
Коммит a2bf81cc32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -128,7 +128,7 @@ nsresult Statement::initialize(Connection* aDBConnection,
aDBConnection->RecordQueryStatus(srv);
mQueryStatusRecorded = true;
return NS_ERROR_FAILURE;
return convertResultCode(srv);
}
MOZ_LOG(gStorageLog, LogLevel::Debug,