Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apis/PackageManager/IAppPackageManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ namespace Exchange {

enum class FailReason : uint8_t {
NONE, // XXX: Not in HLA
GENERAL_FAILURE,
SIGNATURE_VERIFICATION_FAILURE,
PACKAGE_MISMATCH_FAILURE,
INVALID_METADATA_FAILURE,
Expand Down
Loading