Symbol: HDERROR
src/apps/haikudepot/icon/PackageIconDefaultRepository.cpp
69
HDERROR("failed to create default package icon size %" B_PRId32, size);
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
164
HDERROR("unable to read the tar [%s]", fTarPath.Path());
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
223
HDERROR("request to get icon for pkg [%s] with bad size %" B_PRIu32, pkgName.String(),
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
257
HDERROR("failure to read image for package [%s] at offset %" B_PRIdOFF,
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
318
HDERROR("the icon tar entry at %" B_PRIdOFF " has a bad length %" B_PRIdSSIZE, offset,
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
336
HDERROR("unable to extract data from tar for icon image");
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
353
HDERROR("unable to decode data from tar for icon image");
src/apps/haikudepot/model/AccessToken.cpp
22
HDERROR("expected key [%s] in the message data when creating an access token", kKeyToken);
src/apps/haikudepot/model/AccessToken.cpp
25
HDERROR("expected key [%s] in the message data when creating an access token",
src/apps/haikudepot/model/Captcha.cpp
24
HDERROR("expected key [%s] in the message data when creating a captcha", kKeyToken);
src/apps/haikudepot/model/Captcha.cpp
30
HDERROR("expected key [%s] in the message data", kKeyPngImageData);
src/apps/haikudepot/model/DeskbarLink.cpp
50
HDERROR("expected key [%s] in the message data when creating a captcha", kKeyPath);
src/apps/haikudepot/model/DeskbarLink.cpp
53
HDERROR("expected key [%s] in the message data when creating a captcha", kKeyLink);
src/apps/haikudepot/model/Model.cpp
650
HDERROR("[%s] --> error : [%s] (%f)", sourceDescription, errorMessage.String(), errorCode);
src/apps/haikudepot/model/Model.cpp
652
HDERROR("[%s] --> an undefined error has occurred", sourceDescription);
src/apps/haikudepot/model/PackageInfoListener.cpp
164
HDERROR("unable to deserialize package info event");
src/apps/haikudepot/model/PackageInfoListener.cpp
72
HDERROR("expected key [%s] in the message data", shared_message_keys::kKeyPackageName);
src/apps/haikudepot/model/PackageInfoListener.cpp
74
HDERROR("expected key [%s] in the message data", kKeyChanges);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
168
HDERROR("unable to setup the cache directory");
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
199
HDERROR("unable to open the screenshot file for writing at [%s]", pathStr);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
236
HDERROR("unable to open the screenshot file for read at [%s]", pathStr);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
60
HDERROR("unable to open the screenshot file for read at [%s]", temporaryFilePathStr);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
78
HDERROR("unable to delete the temporary file [%s]", temporaryFilePathStr);
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
28
HDERROR("expected key [%s] in the message data", kKeyCode);
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
30
HDERROR("expected key [%s] in the message data", kKeyWidth);
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
32
HDERROR("expected key [%s] in the message data", kKeyHeight);
src/apps/haikudepot/model/UserUsageConditions.cpp
27
HDERROR("expected key [%s] in the message data", kKeyMinimumAge);
src/apps/haikudepot/model/UserUsageConditions.cpp
31
HDERROR("expected key [%s] in the message data", kKeyCode);
src/apps/haikudepot/model/UserUsageConditions.cpp
33
HDERROR("expected key [%s] in the message data", kKeyCopyMarkdown);
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
109
HDERROR("clearing installation locations, but the package [%s] is not present",
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
69
HDERROR("setting state, but the package [%s] is not present", packageName.String());
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
89
HDERROR("setting progress, but the package [%s] is not present", packageName.String());
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
200
HDERROR("Exception occurred while installing package %s: %s", packageNameString,
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
227
HDERROR("malformed canonical package name [%s]", packageName);
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
241
HDERROR("malformed canonical package name [%s]", packageName);
src/apps/haikudepot/packagemanagement/PackageManager.cpp
208
HDERROR("broken deskbar link for [%s]", package->Name().String());
src/apps/haikudepot/packagemanagement/PackageManager.cpp
231
HDERROR("Fatal error occurred while refreshing repository: "
src/apps/haikudepot/packagemanagement/PackageManager.cpp
235
HDERROR("Exception occurred while refreshing "
src/apps/haikudepot/packagemanagement/PackageManager.cpp
253
HDERROR("Fatal error occurred while downloading package: "
src/apps/haikudepot/packagemanagement/PackageManager.cpp
258
HDERROR("Exception occurred while downloading package "
src/apps/haikudepot/packagemanagement/UninstallPackageProcess.cpp
105
HDERROR("Exception occurred while uninstalling package %s: %s", fPackageName.String(),
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
197
HDERROR("bad star %" B_PRId32 " in builder", star);
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
85
HDERROR("bad rating count %" B_PRId32, ratingCount);
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
90
HDERROR("bad star %" B_PRId32, star);
src/apps/haikudepot/process/AbstractProcess.cpp
82
HDERROR("[%s] an error has arisen; %s", Name(), strerror(runResult));
src/apps/haikudepot/process/AbstractProcessNode.cpp
80
HDERROR("[Node<%s>] timeout waiting for process state after %"
src/apps/haikudepot/process/ProcessCoordinatorFactory.cpp
129
HDERROR("a problem has arisen getting the repository names.");
src/apps/haikudepot/server/AbstractServerProcess.cpp
328
HDERROR("unable to parse the meta-data date and time from [%s] - cannot set the "
src/apps/haikudepot/server/AbstractServerProcess.cpp
364
HDERROR("the meta data was read from [%s], but no values were extracted", path.Path());
src/apps/haikudepot/server/AbstractServerProcess.cpp
396
HDERROR("[%s] unable to get the length of the data file [%s]", Name(), pathStr);
src/apps/haikudepot/server/AbstractServerProcess.cpp
401
HDERROR("[%s] missing data file [%s]", Name(), pathStr);
src/apps/haikudepot/server/AbstractServerProcess.cpp
406
HDERROR("[%s] empty data file [%s]", Name(), pathStr);
src/apps/haikudepot/server/AbstractServerProcess.cpp
413
HDERROR("[%s] unable to find the data file at [%s]", Name(), pathStr);
src/apps/haikudepot/server/AbstractServerProcess.cpp
517
HDERROR("unable to move the uncompressed data into place");
src/apps/haikudepot/server/AbstractServerProcess.cpp
521
HDERROR("it was not possible to decompress the data");
src/apps/haikudepot/server/AbstractServerProcess.cpp
551
HDERROR("`Retry-After` header [%s] unable to be handled", retryAfterC);
src/apps/haikudepot/server/AbstractServerProcess.cpp
653
HDERROR("[%s] unable to find 'Location' header for redirect", Name());
src/apps/haikudepot/server/AbstractServerProcess.cpp
676
HDERROR("error response from server [%" B_PRId32 "] --> retry...", statusCode);
src/apps/haikudepot/server/AbstractServerProcess.cpp
680
HDERROR("[%s] unexpected response from server [%" B_PRId32 "]", Name(), statusCode);
src/apps/haikudepot/server/AbstractServerProcess.cpp
713
HDERROR("[%s] unable to move damaged file [%s] aside to [%s]", Name(),
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
68
HDERROR("[%s] failed to obtain data", Name());
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
98
HDERROR("[%s] failed processing data", Name());
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
101
HDERROR("an error has arisen incrementing the view counter");
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
65
HDERROR("the package's depot is not present to increment the view counter");
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
70
HDERROR(
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
94
HDERROR("a problem has arisen incrementing the view "
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
199
HDERROR("[%s] failed to collate depot infos", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
209
HDERROR("[%s] failed to initialize the package manager", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
220
HDERROR("[%s] failed to collate solver packages", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
232
HDERROR("[%s] failed to collate packages", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
243
HDERROR("[%s] failed to collate local depot and package data", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
251
HDERROR("[%s] failed to enhance system packages", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
259
HDERROR("[%s] failed to populate model", Name());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
265
HDERROR("failed to refresh the package list");
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
341
HDERROR("no packages were found");
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
658
HDERROR(logMessage.String());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
663
HDERROR("Exception occurred while resolving system dependencies: %s",
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
667
HDERROR("Unknown exception occurred while resolving system dependencies.");
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
743
HDERROR("an error has arisen loading data of packages from local : %s", messageText.String());
src/apps/haikudepot/server/PopulatePkgChangelogFromServerProcess.cpp
96
HDERROR("the package [%s] was not found", fPackageName.String());
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
105
HDERROR("corrupt user rating at index %" B_PRIi32, index);
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
113
HDERROR("ignored user rating [%s] without a user nickname", code.String());
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
126
HDERROR("rating [%s] has no comment or rating so will"
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
70
HDERROR("unable to get the web app repository code for pkg [%s]", fPackageName.String());
src/apps/haikudepot/server/ServerHelper.cpp
124
HDERROR("Even though the user has opted to force no networking, a network transport error"
src/apps/haikudepot/server/ServerHelper.cpp
283
HDERROR("possibly corrupt validation message missing key "
src/apps/haikudepot/server/ServerIconExportUpdateProcess.cpp
205
HDERROR("[%s] unable to parse the meta data from the tar file", Name());
src/apps/haikudepot/server/ServerIconExportUpdateProcess.cpp
207
HDERROR("[%s] did not find the metadata [%s] in the tar", Name(), ENTRY_PATH_METADATA);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
107
HDERROR("there are no categories present");
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
196
HDERROR("unable to find the category for [%s]", categoryCode.String());
src/apps/haikudepot/server/ServerSettings.cpp
40
HDERROR("the url is not valid");
src/apps/haikudepot/server/ServerSettings.cpp
45
HDERROR("the url protocol must be 'http' or 'https'");
src/apps/haikudepot/server/StandardMetaDataJsonEventListener.cpp
387
HDERROR("an error has arisen processing the standard "
src/apps/haikudepot/server/UserDetailVerifierProcess.cpp
106
HDERROR("a problem has arisen retrieving the current user detail: %s", strerror(result));
src/apps/haikudepot/server/UserDetailVerifierProcess.cpp
117
HDERROR("a problem has arisen retrieving the current user "
src/apps/haikudepot/server/UserDetailVerifierProcess.cpp
133
HDERROR("it was not possible to unpack the user details.");
src/apps/haikudepot/server/WebAppInterface.cpp
1039
HDERROR("%s; request to endpoint [.../%s] failed with http "
src/apps/haikudepot/server/WebAppInterface.cpp
1061
HDERROR("Parser choked on JSON:\n%s", resultString.String());
src/apps/haikudepot/server/WebAppInterface.cpp
1110
HDERROR("failed to get data from '%s': %" B_PRIi32 "", url.UrlString().String(), statusCode);
src/apps/haikudepot/server/WebAppInterface.cpp
348
HDERROR("bad response envelope missing 'result' entry");
src/apps/haikudepot/server/WebAppInterface.cpp
398
HDERROR("bad response envelope missing 'result' entry");
src/apps/haikudepot/server/WebAppInterface.cpp
462
HDERROR("bad response envelope missing 'result' entry");
src/apps/haikudepot/server/WebAppInterface.cpp
472
HDERROR("unexpected response from server with missing user usage "
src/apps/haikudepot/server/WebAppInterface.cpp
803
HDERROR("unable to increment the view count as no package has been provided.");
src/apps/haikudepot/server/WebAppInterface.cpp
810
HDERROR("unable to increment the view count as no version has been set.");
src/apps/haikudepot/server/WebAppInterface.cpp
871
HDERROR("bad response envelope missing 'result' entry");
src/apps/haikudepot/tar/TarArchiveService.cpp
199
HDERROR("tar archive header has bad checksum; expected %" B_PRIu32 " actual %" B_PRIu32,
src/apps/haikudepot/tar/TarArchiveService.cpp
96
HDERROR("error occurred listing tar items; %s", strerror(result));
src/apps/haikudepot/ui/App.cpp
255
HDERROR("unexpected end of arguments; missing value for switch [%s]", argv[i]);
src/apps/haikudepot/ui/App.cpp
284
HDERROR("malformed web app base url; %s", argv[i + 1]);
src/apps/haikudepot/ui/App.cpp
287
HDERROR("did configure the web base url; %s", argv[i + 1]);
src/apps/haikudepot/ui/App.cpp
347
HDERROR("package file not found: %s", path.Path());
src/apps/haikudepot/ui/App.cpp
355
HDERROR("failed to parse package file: %s", strerror(status));
src/apps/haikudepot/ui/App.cpp
376
HDERROR("could not check if package was active in system: %s", strerror(status));
src/apps/haikudepot/ui/App.cpp
383
HDERROR("could not check if package was active in home: %s", strerror(status));
src/apps/haikudepot/ui/App.cpp
507
HDERROR("unable to establish the location of the test file");
src/apps/haikudepot/ui/App.cpp
572
HDERROR("clear cache; unable to get the application version");
src/apps/haikudepot/ui/App.cpp
578
HDERROR("clear cache; unable to get version file path");
src/apps/haikudepot/ui/App.cpp
586
HDERROR("clear cache; unable to check version file exists");
src/apps/haikudepot/ui/App.cpp
593
HDERROR("clear cache; unable to read the version from [%s]", lastVersionPath.Path());
src/apps/haikudepot/ui/MainWindow.cpp
1012
HDERROR("the credentials are unable to be restored");
src/apps/haikudepot/ui/MainWindow.cpp
1229
HDERROR("unable to init the increment view counter");
src/apps/haikudepot/ui/MainWindow.cpp
1250
HDERROR("incr. view counter; no name");
src/apps/haikudepot/ui/MainWindow.cpp
1265
HDERROR("the package [%s] it not available -- won't increment the view counter",
src/apps/haikudepot/ui/MainWindow.cpp
1501
HDERROR("work status change missing progress on update message");
src/apps/haikudepot/ui/MainWindow.cpp
1765
HDERROR("unable to remove stored credentials");
src/apps/haikudepot/ui/MainWindow.cpp
1782
HDERROR("unable to archive the user detail into a message");
src/apps/haikudepot/ui/MainWindow.cpp
448
HDERROR("expected [%s] value in message", KEY_ERROR_STATUS);
src/apps/haikudepot/ui/MainWindow.cpp
490
HDERROR("unable to remove stored credentials");
src/apps/haikudepot/ui/MainWindow.cpp
820
HDERROR("unable to archive the package into events to a message");
src/apps/haikudepot/ui/MainWindow.cpp
856
HDERROR("package [%s] from change event not found",
src/apps/haikudepot/ui/PackageInfoView.cpp
1460
HDERROR("unable to ascertain if screenshot is present for pkg [%s]", packageNameCStr);
src/apps/haikudepot/ui/PackageInfoView.cpp
1543
HDERROR("unable to load the screenshot [%s]", coordinate.Code().String());
src/apps/haikudepot/ui/PackageListView.cpp
65
HDERROR("unable to format the percentage");
src/apps/haikudepot/ui/RatePackageWindow.cpp
494
HDERROR("unable to acquire lock to update the ui");
src/apps/haikudepot/ui/RatePackageWindow.cpp
503
HDERROR("rating query: Failed to lock window");
src/apps/haikudepot/ui/RatePackageWindow.cpp
514
HDERROR("rating query: No package");
src/apps/haikudepot/ui/RatePackageWindow.cpp
522
HDERROR("rating query: No package core info");
src/apps/haikudepot/ui/RatePackageWindow.cpp
530
HDERROR("rating query: No package version");
src/apps/haikudepot/ui/RatePackageWindow.cpp
549
HDERROR("unable to obtain the repository code or repository source code for depot [%s]",
src/apps/haikudepot/ui/RatePackageWindow.cpp
567
HDERROR("bad response envelope missing 'result' entry");
src/apps/haikudepot/ui/RatePackageWindow.cpp
585
HDERROR("an error has arisen communicating with the server to obtain data for an "
src/apps/haikudepot/ui/RatePackageWindow.cpp
612
HDERROR("upload rating: package core info not set");
src/apps/haikudepot/ui/RatePackageWindow.cpp
619
HDERROR("upload rating: package version not set");
src/apps/haikudepot/ui/RatePackageWindow.cpp
626
HDERROR("upload rating: depot name not set");
src/apps/haikudepot/ui/RatePackageWindow.cpp
633
HDERROR("upload rating: architecture not set");
src/apps/haikudepot/ui/RatePackageWindow.cpp
638
HDERROR("upload rating: Failed to lock window");
src/apps/haikudepot/ui/RatePackageWindow.cpp
669
HDERROR("unable to find the web app repository code for the local depot [%s]",
src/apps/haikudepot/ui/RatePackageWindow.cpp
675
HDERROR("unable to find the web app repository source code for the local depot [%s]",
src/apps/haikudepot/ui/RatePackageWindow.cpp
713
HDERROR("an error has arisen communicating with the server to obtain data for an existing "
src/apps/haikudepot/ui/ScreenshotWindow.cpp
251
HDERROR("failed to lock screenshot window");
src/apps/haikudepot/ui/ScreenshotWindow.cpp
300
HDERROR("failed to download screenshot");
src/apps/haikudepot/ui/SharedIcons.cpp
135
HDERROR("unable to create bitmap for resource [%" B_PRId32 "]", resourceID);
src/apps/haikudepot/ui/SharedIcons.cpp
151
HDERROR("unable to create bitmap for mime type [%s]", mimeType);
src/apps/haikudepot/ui/SharedIcons.cpp
174
HDERROR("unable to read the resource [%" B_PRId32 "]", resourceID);
src/apps/haikudepot/ui/SharedIcons.cpp
186
HDERROR("unable to parse the resource [%" B_PRId32 "] as a vector icon", resourceID);
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
409
HDERROR("unable to remove stored credentials");
src/apps/haikudepot/ui/UserLoginWindow.cpp
299
HDERROR("failed to setup for account setup - window must quit");
src/apps/haikudepot/ui/UserLoginWindow.cpp
621
HDERROR("unable to store the credentials, but they can be used in-memory.");
src/apps/haikudepot/ui/UserLoginWindow.cpp
880
HDERROR("obtained a captcha with no image data");
src/apps/haikudepot/ui/UserLoginWindow.cpp
939
HDERROR("unable to read the captcha bitmap as an image");
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
358
HDERROR("an error has arisen communicating with the"
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
392
HDERROR("failed to lock window");
src/apps/haikudepot/util/AppUtils.cpp
102
HDERROR("Unable to access the application info file");
src/apps/haikudepot/util/AppUtils.cpp
111
HDERROR("Unable to establish the application version");
src/apps/haikudepot/util/AppUtils.cpp
30
HDERROR("unable to archive alert");
src/apps/haikudepot/util/AppUtils.cpp
95
HDERROR("Unable to get the application info");
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
103
HDERROR("it was disallowed to store the key [%s] in keyring [%s]",
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
107
HDERROR("an unknown error occurred storing the key [%s] in keyring [%s]",
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
189
HDERROR("error occurred when removing password for [%s] : %s", identifier.String(),
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
196
HDERROR("error occurred when finding password for [%s]: %s", identifier.String(),
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
35
HDERROR("unable to get the stored passwords to clear");
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
96
HDERROR("keyring [%s] does not exist", kHaikuDepotKeyring);
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
99
HDERROR("the key [%s] is already in use in keyring [%s]", identifier.String(),
src/apps/haikudepot/util/LocaleUtils.cpp
131
HDERROR("unable to find the language [%s] so will look for app default [%s]",
src/apps/haikudepot/util/LocaleUtils.cpp
138
HDERROR("unable to find the app default language [%s] in the supported language so"
src/apps/haikudepot/util/StorageUtils.cpp
130
HDERROR("the working directory at [%s] is not a directory",
src/apps/haikudepot/util/StorageUtils.cpp
176
HDERROR("unable to delete [%s]", directoryEntryPath.Path());
src/apps/haikudepot/util/StorageUtils.cpp
238
HDERROR("unable to delete [%s]", pathStr);
src/apps/haikudepot/util/StorageUtils.cpp
318
HDERROR("unable to delete the candidate file [%s]", path.Path());
src/apps/haikudepot/util/StorageUtils.cpp
326
HDERROR("unable to write test data to candidate file [%s]",
src/apps/haikudepot/util/StorageUtils.cpp
336
HDERROR("unable to read test data from candidate file [%s]",
src/apps/haikudepot/util/StorageUtils.cpp
343
HDERROR("mismatched read..write check on candidate file [%s]",
src/apps/haikudepot/util/StorageUtils.cpp
386
HDERROR("unable to find the user cache file for "
src/apps/haikudepot/util/StorageUtils.cpp
421
HDERROR("unable to find the user cache directory for "