Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 src/backgroundassets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum BAErrorCode : long {
DownloadEssentialDownloadNotPermitted = 109,
DownloadBackgroundActivityProhibited = 111,
DownloadWouldExceedAllowance = 112,
DownloadDoesNotExist = 113,
SessionDownloadDisallowedByDomain = 202,
SessionDownloadDisallowedByAllowance = 203,
SessionDownloadAllowanceExceeded = 204,
Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4018,6 +4018,7 @@ F:BackgroundAssets.BAErrorCode.CallFromInactiveProcessNotAllowed
F:BackgroundAssets.BAErrorCode.DownloadAlreadyFailed
F:BackgroundAssets.BAErrorCode.DownloadAlreadyScheduled
F:BackgroundAssets.BAErrorCode.DownloadBackgroundActivityProhibited
F:BackgroundAssets.BAErrorCode.DownloadDoesNotExist
F:BackgroundAssets.BAErrorCode.DownloadEssentialDownloadNotPermitted
F:BackgroundAssets.BAErrorCode.DownloadFailedToStart
F:BackgroundAssets.BAErrorCode.DownloadInvalid
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading